#44B849

Color #44B849 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #44B849

Tints of Fruit Salad #44B849

Color information

#44B849 (or 0x44B849) is unknown color: approx Fruit Salad. HEX triplet: 44, B8 and 49. RGB value is (68,184,73). Sum of RGB (Red+Green+Blue) = 68+184+73=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 184 (72.27% from 255 or 56.62% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 184 - color contains mainly: green. Hex color #44B849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B849 is #BB47B6. Grayscale: #888888. Windows color (decimal): -12273591 or 4831300. OLE color: 4831300.

HSL color Cylindrical-coordinate representation of color #44B849: hue angle of 122.59º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B849 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB6818473-
CMYK0.6300.600.28
HSL122.59º46.03%49.41%-
HSV(B)122.59º63.04%72.16%-
XYZ20.7335.9912.16-
YUV136.6692.0779.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 20.92%
GREEN value IS 184 (72.27% from 255) = 56.62%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=20.92%
G=56.62%
B=22.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal68184730.6300.600.28122.5946.0349.41
Hex44B8493F03C1C7b2e31
Octal10427011177074341735661
Binary10001001011100010010011111110111100111001111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44B849; }

 p { color: rgb(68,184,73); }

 H1.HeaderClassName
 {
   color: #44B849;
 }
 .AnyTagClassName
 {
   color: #44B849;
 }
</style>
background-color css

<style>
 a { background-color: #44B849; }

 a { background-color: rgb(68,184,73); }

 div.DivClassName
 {
   background-color: #44B849;
 }
 .BgClassName
 {
   background-color: #44B849;
 }
</style>
border-color css

<style>
 span { border-color: #44B849; }

 span { border-color: rgb(68,184,73); }

 td.TdClassName
 {
   border-color: #44B849;
 }
 .TagClassName
 {
   border-color: #44B849;
 }
</style>