#4CA655

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

Shades of Fruit Salad #4CA655

Tints of Fruit Salad #4CA655

Color information

#4CA655 (or 0x4CA655) is unknown color: approx Fruit Salad. HEX triplet: 4C, A6 and 55. RGB value is (76,166,85). Sum of RGB (Red+Green+Blue) = 76+166+85=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA655 is #B359AA. Grayscale: #828282. Windows color (decimal): -11753899 or 5613132. OLE color: 5613132.

HSL color Cylindrical-coordinate representation of color #4CA655: hue angle of 126º 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 #4CA655 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB7616685-
CMYK0.5400.490.35
HSL126º37.19%47.45%-
HSV(B)126º54.22%65.1%-
XYZ18.2629.4613.32-
YUV129.86102.6889.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 166 (65.23% from 255) = 50.76%
BLUE value IS 85 (33.59% from 255) = 25.99%
R=23.24%
G=50.76%
B=25.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76166850.5400.490.3512637.1947.45
Hex4CA65536031237e252f
Octal11424612566061431764557
Binary100110010100110101010111011001100011000111111110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,166,85); }

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

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

 a { background-color: rgb(76,166,85); }

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

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

 span { border-color: rgb(76,166,85); }

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