#4C6B2A

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

Shades of Green Leaf #4C6B2A

Tints of Green Leaf #4C6B2A

Color information

#4C6B2A (or 0x4C6B2A) is unknown color: approx Green Leaf. HEX triplet: 4C, 6B and 2A. RGB value is (76,107,42). Sum of RGB (Red+Green+Blue) = 76+107+42=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6B2A is #B394D5. Grayscale: #5A5A5A. Windows color (decimal): -11769046 or 2779980. OLE color: 2779980.

HSL color Cylindrical-coordinate representation of color #4C6B2A: hue angle of 88.62º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C6B2A is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB7610742-
CMYK0.2900.610.58
HSL88.62º43.62%29.22%-
HSV(B)88.62º60.75%41.96%-
XYZ8.6612.224.09-
YUV90.32100.73117.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 107 (42.19% from 255) = 47.56%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=33.78%
G=47.56%
B=18.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76107420.2900.610.5888.6243.6229.22
Hex4C6B2A1D03D3A592c1d
Octal1141535235075721315435
Binary10011001101011101010111010111101111010101100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,107,42); }

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

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

 a { background-color: rgb(76,107,42); }

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

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

 span { border-color: rgb(76,107,42); }

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