Shades of Verdun Green #4B6214
Tints of Verdun Green #4B6214
RGB
CMYK
RGB Variations
Color information
#4B6214 (or 0x4B6214) is known color: Verdun Green. HEX triplet: 4B, 62 and 14. RGB value is (75,98,20). Sum of RGB (Red+Green+Blue) = 75+98+20=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #4B6214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6214 is #B49DEB. Grayscale: #525252. Windows color (decimal): -11836908 or 1335883. OLE color: 1335883.
HSL color Cylindrical-coordinate representation of color #4B6214: hue angle of 77.69º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B6214 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 20 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.62 |
| HSL | 77.69º | 0.66% | 0.23% | - |
| HSV(B) | 77.69º | 0.8% | 0.38% | - |
| XYZ | 7.4 | 10.28 | 2.26 | - |
| YUV | 82.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 20 | 0.23 | 0 | 0.80 | 0.62 | 77.69 | 0.66 | 0.23 |
| Hex | 4B | 62 | 14 | 17 | 0 | 50 | 3E | 4E | 42 | 17 |
| Octal | 113 | 142 | 24 | 27 | 0 | 120 | 76 | 116 | 102 | 27 |
| Binary | 1001011 | 1100010 | 10100 | 10111 | 0 | 1010000 | 111110 | 1001110 | 1000010 | 10111 |
Color Harmonies of #4B6214
Complementary color
Monochromatic Colors of #4B6214
Black with #4B6214
Text Example
Text Example
White with #4B6214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6214; }
p { color: rgb(75,98,20); }
H1.HeaderClassName
{
color: #4B6214;
}
.AnyTagClassName
{
color: #4B6214;
}
</style>
background-color css
<style>
a { background-color: #4B6214; }
a { background-color: rgb(75,98,20); }
div.DivClassName
{
background-color: #4B6214;
}
.BgClassName
{
background-color: #4B6214;
}
</style>
border-color css
<style>
span { border-color: #4B6214; }
span { border-color: rgb(75,98,20); }
td.TdClassName
{
border-color: #4B6214;
}
.TagClassName
{
border-color: #4B6214;
}
</style>