#4C662C

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

Shades of Green Leaf #4C662C

Tints of Green Leaf #4C662C

Color information

#4C662C (or 0x4C662C) is unknown color: approx Green Leaf. HEX triplet: 4C, 66 and 2C. RGB value is (76,102,44). Sum of RGB (Red+Green+Blue) = 76+102+44=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #4C662C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C662C is #B399D3. Grayscale: #575757. Windows color (decimal): -11770324 or 2909772. OLE color: 2909772.

HSL color Cylindrical-coordinate representation of color #4C662C: hue angle of 86.9º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C662C is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB7610244-
CMYK0.2500.570.6
HSL86.9º39.73%28.63%-
HSV(B)86.9º56.86%40%-
XYZ8.1911.224.12-
YUV87.61103.39119.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.23%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=34.23%
G=45.95%
B=19.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal76102440.2500.570.686.939.7328.63
Hex4C662C190393C57281d
Octal1141465431071741275035
Binary10011001100110101100110010111001111100101011110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,102,44); }

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

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

 a { background-color: rgb(76,102,44); }

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

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

 span { border-color: rgb(76,102,44); }

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