Shades of Green Leaf #4B770F
Tints of Green Leaf #4B770F
RGB
CMYK
RGB Variations
Color information
#4B770F (or 0x4B770F) is known color: Green Leaf. HEX triplet: 4B, 77 and 0F. RGB value is (75,119,15). Sum of RGB (Red+Green+Blue) = 75+119+15=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 119 (46.88% from 255 or 56.94% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 119 - color contains mainly: green. Hex color #4B770F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B770F is #B488F0. Grayscale: #5E5E5E. Windows color (decimal): -11831537 or 1013579. OLE color: 1013579.
HSL color Cylindrical-coordinate representation of color #4B770F: hue angle of 85.38º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B770F is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 15 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.53 |
| HSL | 85.38º | 0.78% | 0.26% | - |
| HSV(B) | 85.38º | 0.87% | 0.47% | - |
| XYZ | 9.58 | 14.72 | 2.79 | - |
| YUV | 93.99 | 83.42 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 15 | 0.37 | 0 | 0.87 | 0.53 | 85.38 | 0.78 | 0.26 |
| Hex | 4B | 77 | F | 25 | 0 | 57 | 35 | 55 | 4E | 1A |
| Octal | 113 | 167 | 17 | 45 | 0 | 127 | 65 | 125 | 116 | 32 |
| Binary | 1001011 | 1110111 | 1111 | 100101 | 0 | 1010111 | 110101 | 1010101 | 1001110 | 11010 |
Color Harmonies of #4B770F
Complementary color
Monochromatic Colors of #4B770F
Black with #4B770F
Text Example
Text Example
White with #4B770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B770F; }
p { color: rgb(75,119,15); }
H1.HeaderClassName
{
color: #4B770F;
}
.AnyTagClassName
{
color: #4B770F;
}
</style>
background-color css
<style>
a { background-color: #4B770F; }
a { background-color: rgb(75,119,15); }
div.DivClassName
{
background-color: #4B770F;
}
.BgClassName
{
background-color: #4B770F;
}
</style>
border-color css
<style>
span { border-color: #4B770F; }
span { border-color: rgb(75,119,15); }
td.TdClassName
{
border-color: #4B770F;
}
.TagClassName
{
border-color: #4B770F;
}
</style>