Shades of Green Leaf #4C692A
Tints of Green Leaf #4C692A
RGB
CMYK
RGB Variations
Color information
#4C692A (or 0x4C692A) is known color: Green Leaf. HEX triplet: 4C, 69 and 2A. RGB value is (76,105,42). Sum of RGB (Red+Green+Blue) = 76+105+42=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #4C692A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C692A is #B396D5. Grayscale: #595959. Windows color (decimal): -11769558 or 2779468. OLE color: 2779468.
HSL color Cylindrical-coordinate representation of color #4C692A: hue angle of 87.62º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C692A is Cyan = 0.28, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 105 | 42 | - |
| CMYK | 0.28 | 0 | 0.6 | 0.59 |
| HSL | 87.62º | 0.43% | 0.29% | - |
| HSV(B) | 87.62º | 0.6% | 0.41% | - |
| XYZ | 8.45 | 11.81 | 4.02 | - |
| YUV | 89.15 | 101.39 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 105 | 42 | 0.28 | 0 | 0.6 | 0.59 | 87.62 | 0.43 | 0.29 |
| Hex | 4C | 69 | 2A | 1C | 0 | 3C | 3B | 58 | 2B | 1D |
| Octal | 114 | 151 | 52 | 34 | 0 | 74 | 73 | 130 | 53 | 35 |
| Binary | 1001100 | 1101001 | 101010 | 11100 | 0 | 111100 | 111011 | 1011000 | 101011 | 11101 |
Color Harmonies of #4C692A
Complementary color
Monochromatic Colors of #4C692A
Black with #4C692A
Text Example
Text Example
White with #4C692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C692A; }
p { color: rgb(76,105,42); }
H1.HeaderClassName
{
color: #4C692A;
}
.AnyTagClassName
{
color: #4C692A;
}
</style>
background-color css
<style>
a { background-color: #4C692A; }
a { background-color: rgb(76,105,42); }
div.DivClassName
{
background-color: #4C692A;
}
.BgClassName
{
background-color: #4C692A;
}
</style>
border-color css
<style>
span { border-color: #4C692A; }
span { border-color: rgb(76,105,42); }
td.TdClassName
{
border-color: #4C692A;
}
.TagClassName
{
border-color: #4C692A;
}
</style>