#4CA559

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

Shades of Fruit Salad #4CA559

Tints of Fruit Salad #4CA559

Color information

#4CA559 (or 0x4CA559) is unknown color: approx Fruit Salad. HEX triplet: 4C, A5 and 59. RGB value is (76,165,89). Sum of RGB (Red+Green+Blue) = 76+165+89=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA559 is #B35AA6. Grayscale: #818181. Windows color (decimal): -11754151 or 5875020. OLE color: 5875020.

HSL color Cylindrical-coordinate representation of color #4CA559: hue angle of 128.76º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA559 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB7616589-
CMYK0.5400.460.35
HSL128.76º36.93%47.25%-
HSV(B)128.76º53.94%64.71%-
XYZ18.2429.1714.12-
YUV129.72105.0189.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.03%
GREEN value IS 165 (64.84% from 255) = 50%
BLUE value IS 89 (35.16% from 255) = 26.97%
R=23.03%
G=50%
B=26.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76165890.5400.460.35128.7636.9347.25
Hex4CA5593602E2381252f
Octal11424513166056432014557
Binary1001100101001011011001110110010111010001110000001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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