Shades of Green Leaf #4B7705
Tints of Green Leaf #4B7705
RGB
CMYK
RGB Variations
Color information
#4B7705 (or 0x4B7705) is known color: Green Leaf. HEX triplet: 4B, 77 and 05. RGB value is (75,119,5). Sum of RGB (Red+Green+Blue) = 75+119+5=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7705 is #B488FA. Grayscale: #5D5D5D. Windows color (decimal): -11831547 or 358219. OLE color: 358219.
HSL color Cylindrical-coordinate representation of color #4B7705: hue angle of 83.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B7705 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 5 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.53 |
| HSL | 83.16º | 0.92% | 0.24% | - |
| HSV(B) | 83.16º | 0.96% | 0.47% | - |
| XYZ | 9.53 | 14.7 | 2.48 | - |
| YUV | 92.85 | 78.42 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 5 | 0.37 | 0 | 0.96 | 0.53 | 83.16 | 0.92 | 0.24 |
| Hex | 4B | 77 | 5 | 25 | 0 | 60 | 35 | 53 | 5C | 18 |
| Octal | 113 | 167 | 5 | 45 | 0 | 140 | 65 | 123 | 134 | 30 |
| Binary | 1001011 | 1110111 | 101 | 100101 | 0 | 1100000 | 110101 | 1010011 | 1011100 | 11000 |
Color Harmonies of #4B7705
Complementary color
Monochromatic Colors of #4B7705
Black with #4B7705
Text Example
Text Example
White with #4B7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7705; }
p { color: rgb(75,119,5); }
H1.HeaderClassName
{
color: #4B7705;
}
.AnyTagClassName
{
color: #4B7705;
}
</style>
background-color css
<style>
a { background-color: #4B7705; }
a { background-color: rgb(75,119,5); }
div.DivClassName
{
background-color: #4B7705;
}
.BgClassName
{
background-color: #4B7705;
}
</style>
border-color css
<style>
span { border-color: #4B7705; }
span { border-color: rgb(75,119,5); }
td.TdClassName
{
border-color: #4B7705;
}
.TagClassName
{
border-color: #4B7705;
}
</style>