#4C6A18

Color #4C6A18 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #4C6A18

Tints of Green Leaf #4C6A18

Color information

#4C6A18 (or 0x4C6A18) is unknown color: approx Green Leaf. HEX triplet: 4C, 6A and 18. RGB value is (76,106,24). Sum of RGB (Red+Green+Blue) = 76+106+24=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 106 (41.80% from 255 or 51.46% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 106 - color contains mainly: green. Hex color #4C6A18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6A18 is #B395E7. Grayscale: #575757. Windows color (decimal): -11769320 or 1600076. OLE color: 1600076.

HSL color Cylindrical-coordinate representation of color #4C6A18: hue angle of 81.95º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C6A18 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB7610624-
CMYK0.2800.770.58
HSL81.95º63.08%25.49%-
HSV(B)81.95º77.36%41.57%-
XYZ8.311.912.73-
YUV87.6892.06119.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.89%
GREEN value IS 106 (41.80% from 255) = 51.46%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=36.89%
G=51.46%
B=11.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76106240.2800.770.5881.9563.0825.49
Hex4C6A181C04D3A523f19
Octal11415230340115721227731
Binary10011001101010110001110001001101111010101001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,106,24); }

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

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

 a { background-color: rgb(76,106,24); }

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

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

 span { border-color: rgb(76,106,24); }

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