Shades of Verdun Green #4B5715
Tints of Verdun Green #4B5715
RGB
CMYK
RGB Variations
Color information
#4B5715 (or 0x4B5715) is known color: Verdun Green. HEX triplet: 4B, 57 and 15. RGB value is (75,87,21). Sum of RGB (Red+Green+Blue) = 75+87+21=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #4B5715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5715 is #B4A8EA. Grayscale: #4C4C4C. Windows color (decimal): -11839723 or 1398603. OLE color: 1398603.
HSL color Cylindrical-coordinate representation of color #4B5715: hue angle of 70.91º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B5715 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 87 | 21 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.66 |
| HSL | 70.91º | 0.61% | 0.21% | - |
| HSV(B) | 70.91º | 0.76% | 0.34% | - |
| XYZ | 6.45 | 8.37 | 1.98 | - |
| YUV | 75.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 87 | 21 | 0.14 | 0 | 0.76 | 0.66 | 70.91 | 0.61 | 0.21 |
| Hex | 4B | 57 | 15 | E | 0 | 4C | 42 | 47 | 3D | 15 |
| Octal | 113 | 127 | 25 | 16 | 0 | 114 | 102 | 107 | 75 | 25 |
| Binary | 1001011 | 1010111 | 10101 | 1110 | 0 | 1001100 | 1000010 | 1000111 | 111101 | 10101 |
Color Harmonies of #4B5715
Complementary color
Monochromatic Colors of #4B5715
Black with #4B5715
Text Example
Text Example
White with #4B5715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5715; }
p { color: rgb(75,87,21); }
H1.HeaderClassName
{
color: #4B5715;
}
.AnyTagClassName
{
color: #4B5715;
}
</style>
background-color css
<style>
a { background-color: #4B5715; }
a { background-color: rgb(75,87,21); }
div.DivClassName
{
background-color: #4B5715;
}
.BgClassName
{
background-color: #4B5715;
}
</style>
border-color css
<style>
span { border-color: #4B5715; }
span { border-color: rgb(75,87,21); }
td.TdClassName
{
border-color: #4B5715;
}
.TagClassName
{
border-color: #4B5715;
}
</style>