#4C612C

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

Shades of Green Leaf #4C612C

Tints of Green Leaf #4C612C

Color information

#4C612C (or 0x4C612C) is unknown color: approx Green Leaf. HEX triplet: 4C, 61 and 2C. RGB value is (76,97,44). Sum of RGB (Red+Green+Blue) = 76+97+44=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #4C612C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C612C is #B39ED3. Grayscale: #545454. Windows color (decimal): -11771604 or 2908492. OLE color: 2908492.

HSL color Cylindrical-coordinate representation of color #4C612C: hue angle of 83.77º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C612C is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB769744-
CMYK0.2200.550.62
HSL83.77º37.59%27.65%-
HSV(B)83.77º54.64%38.04%-
XYZ7.7110.273.96-
YUV84.68105.04121.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.02%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=35.02%
G=44.70%
B=20.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7697440.2200.550.6283.7737.5927.65
Hex4C612C160373E54261c
Octal1141415426067761244634
Binary10011001100001101100101100110111111110101010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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