#4CAC45

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

Shades of Fruit Salad #4CAC45

Tints of Fruit Salad #4CAC45

Color information

#4CAC45 (or 0x4CAC45) is unknown color: approx Fruit Salad. HEX triplet: 4C, AC and 45. RGB value is (76,172,69). Sum of RGB (Red+Green+Blue) = 76+172+69=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAC45 is #B353BA. Grayscale: #838383. Windows color (decimal): -11752379 or 4566092. OLE color: 4566092.

HSL color Cylindrical-coordinate representation of color #4CAC45: hue angle of 115.92º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CAC45 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB7617269-
CMYK0.5600.600.33
HSL115.92º42.74%47.25%-
HSV(B)115.92º59.88%67.45%-
XYZ18.8131.4710.71-
YUV131.5592.788.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 172 (67.58% from 255) = 54.26%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=23.97%
G=54.26%
B=21.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76172690.5600.600.33115.9242.7447.25
Hex4CAC453803C21742b2f
Octal11425410570074411645357
Binary100110010101100100010111100001111001000011110100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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