Shades of Green Leaf #4C6F0D
Tints of Green Leaf #4C6F0D
RGB
CMYK
RGB Variations
Color information
#4C6F0D (or 0x4C6F0D) is known color: Green Leaf. HEX triplet: 4C, 6F and 0D. RGB value is (76,111,13). Sum of RGB (Red+Green+Blue) = 76+111+13=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #4C6F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6F0D is #B390F2. Grayscale: #595959. Windows color (decimal): -11768051 or 880460. OLE color: 880460.
HSL color Cylindrical-coordinate representation of color #4C6F0D: hue angle of 81.43º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C6F0D is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 111 | 13 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.56 |
| HSL | 81.43º | 0.79% | 0.24% | - |
| HSV(B) | 81.43º | 0.88% | 0.44% | - |
| XYZ | 8.74 | 12.93 | 2.42 | - |
| YUV | 89.36 | 84.9 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 111 | 13 | 0.32 | 0 | 0.88 | 0.56 | 81.43 | 0.79 | 0.24 |
| Hex | 4C | 6F | D | 20 | 0 | 58 | 38 | 51 | 4F | 18 |
| Octal | 114 | 157 | 15 | 40 | 0 | 130 | 70 | 121 | 117 | 30 |
| Binary | 1001100 | 1101111 | 1101 | 100000 | 0 | 1011000 | 111000 | 1010001 | 1001111 | 11000 |
Color Harmonies of #4C6F0D
Complementary color
Monochromatic Colors of #4C6F0D
Black with #4C6F0D
Text Example
Text Example
White with #4C6F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6F0D; }
p { color: rgb(76,111,13); }
H1.HeaderClassName
{
color: #4C6F0D;
}
.AnyTagClassName
{
color: #4C6F0D;
}
</style>
background-color css
<style>
a { background-color: #4C6F0D; }
a { background-color: rgb(76,111,13); }
div.DivClassName
{
background-color: #4C6F0D;
}
.BgClassName
{
background-color: #4C6F0D;
}
</style>
border-color css
<style>
span { border-color: #4C6F0D; }
span { border-color: rgb(76,111,13); }
td.TdClassName
{
border-color: #4C6F0D;
}
.TagClassName
{
border-color: #4C6F0D;
}
</style>