Shades of Green Leaf #4B7A0F
Tints of Green Leaf #4B7A0F
RGB
CMYK
RGB Variations
Color information
#4B7A0F (or 0x4B7A0F) is known color: Green Leaf. HEX triplet: 4B, 7A and 0F. RGB value is (75,122,15). Sum of RGB (Red+Green+Blue) = 75+122+15=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 122 (48.05% from 255 or 57.55% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 122 - color contains mainly: green. Hex color #4B7A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7A0F is #B485F0. Grayscale: #606060. Windows color (decimal): -11830769 or 1014347. OLE color: 1014347.
HSL color Cylindrical-coordinate representation of color #4B7A0F: hue angle of 86.36º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B7A0F is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 122 | 15 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.52 |
| HSL | 86.36º | 0.78% | 0.27% | - |
| HSV(B) | 86.36º | 0.88% | 0.48% | - |
| XYZ | 9.95 | 15.45 | 2.91 | - |
| YUV | 95.75 | 82.43 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 122 | 15 | 0.39 | 0 | 0.88 | 0.52 | 86.36 | 0.78 | 0.27 |
| Hex | 4B | 7A | F | 27 | 0 | 58 | 34 | 56 | 4E | 1B |
| Octal | 113 | 172 | 17 | 47 | 0 | 130 | 64 | 126 | 116 | 33 |
| Binary | 1001011 | 1111010 | 1111 | 100111 | 0 | 1011000 | 110100 | 1010110 | 1001110 | 11011 |
Color Harmonies of #4B7A0F
Complementary color
Monochromatic Colors of #4B7A0F
Black with #4B7A0F
Text Example
Text Example
White with #4B7A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7A0F; }
p { color: rgb(75,122,15); }
H1.HeaderClassName
{
color: #4B7A0F;
}
.AnyTagClassName
{
color: #4B7A0F;
}
</style>
background-color css
<style>
a { background-color: #4B7A0F; }
a { background-color: rgb(75,122,15); }
div.DivClassName
{
background-color: #4B7A0F;
}
.BgClassName
{
background-color: #4B7A0F;
}
</style>
border-color css
<style>
span { border-color: #4B7A0F; }
span { border-color: rgb(75,122,15); }
td.TdClassName
{
border-color: #4B7A0F;
}
.TagClassName
{
border-color: #4B7A0F;
}
</style>