Shades of Green Leaf #4B700F
Tints of Green Leaf #4B700F
RGB
CMYK
RGB Variations
Color information
#4B700F (or 0x4B700F) is known color: Green Leaf. HEX triplet: 4B, 70 and 0F. RGB value is (75,112,15). Sum of RGB (Red+Green+Blue) = 75+112+15=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #4B700F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B700F is #B48FF0. Grayscale: #5A5A5A. Windows color (decimal): -11833329 or 1011787. OLE color: 1011787.
HSL color Cylindrical-coordinate representation of color #4B700F: hue angle of 82.89º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B700F is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 112 | 15 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.56 |
| HSL | 82.89º | 0.76% | 0.25% | - |
| HSV(B) | 82.89º | 0.87% | 0.44% | - |
| XYZ | 8.78 | 13.12 | 2.52 | - |
| YUV | 89.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 112 | 15 | 0.33 | 0 | 0.87 | 0.56 | 82.89 | 0.76 | 0.25 |
| Hex | 4B | 70 | F | 21 | 0 | 57 | 38 | 53 | 4C | 19 |
| Octal | 113 | 160 | 17 | 41 | 0 | 127 | 70 | 123 | 114 | 31 |
| Binary | 1001011 | 1110000 | 1111 | 100001 | 0 | 1010111 | 111000 | 1010011 | 1001100 | 11001 |
Color Harmonies of #4B700F
Complementary color
Monochromatic Colors of #4B700F
Black with #4B700F
Text Example
Text Example
White with #4B700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B700F; }
p { color: rgb(75,112,15); }
H1.HeaderClassName
{
color: #4B700F;
}
.AnyTagClassName
{
color: #4B700F;
}
</style>
background-color css
<style>
a { background-color: #4B700F; }
a { background-color: rgb(75,112,15); }
div.DivClassName
{
background-color: #4B700F;
}
.BgClassName
{
background-color: #4B700F;
}
</style>
border-color css
<style>
span { border-color: #4B700F; }
span { border-color: rgb(75,112,15); }
td.TdClassName
{
border-color: #4B700F;
}
.TagClassName
{
border-color: #4B700F;
}
</style>