#4CA159

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

Shades of Fruit Salad #4CA159

Tints of Fruit Salad #4CA159

Color information

#4CA159 (or 0x4CA159) is unknown color: approx Fruit Salad. HEX triplet: 4C, A1 and 59. RGB value is (76,161,89). Sum of RGB (Red+Green+Blue) = 76+161+89=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA159 is #B35EA6. Grayscale: #7F7F7F. Windows color (decimal): -11755175 or 5873996. OLE color: 5873996.

HSL color Cylindrical-coordinate representation of color #4CA159: hue angle of 129.18º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA159 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB7616189-
CMYK0.5300.450.37
HSL129.18º35.86%46.47%-
HSV(B)129.18º52.8%63.14%-
XYZ17.5327.7513.88-
YUV127.38106.3491.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.31%
GREEN value IS 161 (63.28% from 255) = 49.39%
BLUE value IS 89 (35.16% from 255) = 27.30%
R=23.31%
G=49.39%
B=27.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal76161890.5300.450.37129.1835.8646.47
Hex4CA1593502D2581242e
Octal11424113165055452014456
Binary1001100101000011011001110101010110110010110000001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,161,89); }

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

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

 a { background-color: rgb(76,161,89); }

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

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

 span { border-color: rgb(76,161,89); }

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