Shades of Green Leaf #4B7508
Tints of Green Leaf #4B7508
RGB
CMYK
RGB Variations
Color information
#4B7508 (or 0x4B7508) is known color: Green Leaf. HEX triplet: 4B, 75 and 08. RGB value is (75,117,8). Sum of RGB (Red+Green+Blue) = 75+117+8=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 117 (46.09% from 255 or 58.5% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 117 - color contains mainly: green. Hex color #4B7508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7508 is #B48AF7. Grayscale: #5C5C5C. Windows color (decimal): -11832056 or 554315. OLE color: 554315.
HSL color Cylindrical-coordinate representation of color #4B7508: hue angle of 83.12º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B7508 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 75 | 117 | 8 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.54 |
| HSL | 83.12º | 0.87% | 0.25% | - |
| HSV(B) | 83.12º | 0.93% | 0.46% | - |
| XYZ | 9.31 | 14.24 | 2.49 | - |
| YUV | 92.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 117 | 8 | 0.36 | 0 | 0.93 | 0.54 | 83.12 | 0.87 | 0.25 |
| Hex | 4B | 75 | 8 | 24 | 0 | 5D | 36 | 53 | 57 | 19 |
| Octal | 113 | 165 | 10 | 44 | 0 | 135 | 66 | 123 | 127 | 31 |
| Binary | 1001011 | 1110101 | 1000 | 100100 | 0 | 1011101 | 110110 | 1010011 | 1010111 | 11001 |
Color Harmonies of #4B7508
Complementary color
Monochromatic Colors of #4B7508
Black with #4B7508
Text Example
Text Example
White with #4B7508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7508; }
p { color: rgb(75,117,8); }
H1.HeaderClassName
{
color: #4B7508;
}
.AnyTagClassName
{
color: #4B7508;
}
</style>
background-color css
<style>
a { background-color: #4B7508; }
a { background-color: rgb(75,117,8); }
div.DivClassName
{
background-color: #4B7508;
}
.BgClassName
{
background-color: #4B7508;
}
</style>
border-color css
<style>
span { border-color: #4B7508; }
span { border-color: rgb(75,117,8); }
td.TdClassName
{
border-color: #4B7508;
}
.TagClassName
{
border-color: #4B7508;
}
</style>