Shades of Green Leaf #4B6F0D
Tints of Green Leaf #4B6F0D
RGB
CMYK
RGB Variations
Color information
#4B6F0D (or 0x4B6F0D) is known color: Green Leaf. HEX triplet: 4B, 6F and 0D. RGB value is (75,111,13). Sum of RGB (Red+Green+Blue) = 75+111+13=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #4B6F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6F0D is #B490F2. Grayscale: #595959. Windows color (decimal): -11833587 or 880459. OLE color: 880459.
HSL color Cylindrical-coordinate representation of color #4B6F0D: hue angle of 82.04º 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 #4B6F0D is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 111 | 13 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.56 |
| HSL | 82.04º | 0.79% | 0.24% | - |
| HSV(B) | 82.04º | 0.88% | 0.44% | - |
| XYZ | 8.66 | 12.89 | 2.41 | - |
| YUV | 89.06 | 85.07 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 111 | 13 | 0.32 | 0 | 0.88 | 0.56 | 82.04 | 0.79 | 0.24 |
| Hex | 4B | 6F | D | 20 | 0 | 58 | 38 | 52 | 4F | 18 |
| Octal | 113 | 157 | 15 | 40 | 0 | 130 | 70 | 122 | 117 | 30 |
| Binary | 1001011 | 1101111 | 1101 | 100000 | 0 | 1011000 | 111000 | 1010010 | 1001111 | 11000 |
Color Harmonies of #4B6F0D
Complementary color
Monochromatic Colors of #4B6F0D
Black with #4B6F0D
Text Example
Text Example
White with #4B6F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6F0D; }
p { color: rgb(75,111,13); }
H1.HeaderClassName
{
color: #4B6F0D;
}
.AnyTagClassName
{
color: #4B6F0D;
}
</style>
background-color css
<style>
a { background-color: #4B6F0D; }
a { background-color: rgb(75,111,13); }
div.DivClassName
{
background-color: #4B6F0D;
}
.BgClassName
{
background-color: #4B6F0D;
}
</style>
border-color css
<style>
span { border-color: #4B6F0D; }
span { border-color: rgb(75,111,13); }
td.TdClassName
{
border-color: #4B6F0D;
}
.TagClassName
{
border-color: #4B6F0D;
}
</style>