#4CAF49

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

Shades of Fruit Salad #4CAF49

Tints of Fruit Salad #4CAF49

Color information

#4CAF49 (or 0x4CAF49) is unknown color: approx Fruit Salad. HEX triplet: 4C, AF and 49. RGB value is (76,175,73). Sum of RGB (Red+Green+Blue) = 76+175+73=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAF49 is #B350B6. Grayscale: #868686. Windows color (decimal): -11751607 or 4829004. OLE color: 4829004.

HSL color Cylindrical-coordinate representation of color #4CAF49: hue angle of 118.24º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CAF49 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB7617573-
CMYK0.5700.580.31
HSL118.24º41.13%48.63%-
HSV(B)118.24º58.29%68.63%-
XYZ19.5132.6811.58-
YUV133.7793.786.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.46%
GREEN value IS 175 (68.75% from 255) = 54.01%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=23.46%
G=54.01%
B=22.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal76175730.5700.580.31118.2441.1348.63
Hex4CAF493903A1F762931
Octal11425711171072371665161
Binary10011001010111110010011110010111010111111110110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CAF49; }

 p { color: rgb(76,175,73); }

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

<style>
 a { background-color: #4CAF49; }

 a { background-color: rgb(76,175,73); }

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

<style>
 span { border-color: #4CAF49; }

 span { border-color: rgb(76,175,73); }

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