Shades of Green Leaf #4B7D13
Tints of Green Leaf #4B7D13
RGB
CMYK
RGB Variations
Color information
#4B7D13 (or 0x4B7D13) is known color: Green Leaf. HEX triplet: 4B, 7D and 13. RGB value is (75,125,19). Sum of RGB (Red+Green+Blue) = 75+125+19=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 125 (49.22% from 255 or 57.08% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 125 - color contains mainly: green. Hex color #4B7D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7D13 is #B482EC. Grayscale: #626262. Windows color (decimal): -11829997 or 1277259. OLE color: 1277259.
HSL color Cylindrical-coordinate representation of color #4B7D13: hue angle of 88.3º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B7D13 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 125 | 19 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.51 |
| HSL | 88.3º | 0.74% | 0.28% | - |
| HSV(B) | 88.3º | 0.85% | 0.49% | - |
| XYZ | 10.35 | 16.21 | 3.2 | - |
| YUV | 97.97 | 83.44 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 125 | 19 | 0.40 | 0 | 0.85 | 0.51 | 88.3 | 0.74 | 0.28 |
| Hex | 4B | 7D | 13 | 28 | 0 | 55 | 33 | 58 | 4A | 1C |
| Octal | 113 | 175 | 23 | 50 | 0 | 125 | 63 | 130 | 112 | 34 |
| Binary | 1001011 | 1111101 | 10011 | 101000 | 0 | 1010101 | 110011 | 1011000 | 1001010 | 11100 |
Color Harmonies of #4B7D13
Complementary color
Monochromatic Colors of #4B7D13
Black with #4B7D13
Text Example
Text Example
White with #4B7D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7D13; }
p { color: rgb(75,125,19); }
H1.HeaderClassName
{
color: #4B7D13;
}
.AnyTagClassName
{
color: #4B7D13;
}
</style>
background-color css
<style>
a { background-color: #4B7D13; }
a { background-color: rgb(75,125,19); }
div.DivClassName
{
background-color: #4B7D13;
}
.BgClassName
{
background-color: #4B7D13;
}
</style>
border-color css
<style>
span { border-color: #4B7D13; }
span { border-color: rgb(75,125,19); }
td.TdClassName
{
border-color: #4B7D13;
}
.TagClassName
{
border-color: #4B7D13;
}
</style>