#4CA845

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

Shades of Fruit Salad #4CA845

Tints of Fruit Salad #4CA845

Color information

#4CA845 (or 0x4CA845) is unknown color: approx Fruit Salad. HEX triplet: 4C, A8 and 45. RGB value is (76,168,69). Sum of RGB (Red+Green+Blue) = 76+168+69=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 168 (66.02% from 255 or 53.67% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 168 - color contains mainly: green. Hex color #4CA845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA845 is #B357BA. Grayscale: #818181. Windows color (decimal): -11753403 or 4565068. OLE color: 4565068.

HSL color Cylindrical-coordinate representation of color #4CA845: hue angle of 115.76º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CA845 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB7616869-
CMYK0.5500.590.34
HSL115.76º41.77%46.47%-
HSV(B)115.76º58.93%65.88%-
XYZ18.0629.9710.46-
YUV129.2194.0290.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.28%
GREEN value IS 168 (66.02% from 255) = 53.67%
BLUE value IS 69 (27.34% from 255) = 22.04%
R=24.28%
G=53.67%
B=22.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal76168690.5500.590.34115.7641.7746.47
Hex4CA8453703B22742a2e
Octal11425010567073421645256
Binary100110010101000100010111011101110111000101110100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,168,69); }

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

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

 a { background-color: rgb(76,168,69); }

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

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

 span { border-color: rgb(76,168,69); }

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