Shades of Verdun Green #4B6313
Tints of Verdun Green #4B6313
RGB
CMYK
RGB Variations
Color information
#4B6313 (or 0x4B6313) is known color: Verdun Green. HEX triplet: 4B, 63 and 13. RGB value is (75,99,19). Sum of RGB (Red+Green+Blue) = 75+99+19=193 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.86% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #4B6313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6313 is #B49CEC. Grayscale: #535353. Windows color (decimal): -11836653 or 1270603. OLE color: 1270603.
HSL color Cylindrical-coordinate representation of color #4B6313: hue angle of 78º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B6313 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 99 | 19 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.61 |
| HSL | 78º | 0.68% | 0.23% | - |
| HSV(B) | 78º | 0.81% | 0.39% | - |
| XYZ | 7.48 | 10.47 | 2.24 | - |
| YUV | 82.7 | 92.05 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 99 | 19 | 0.24 | 0 | 0.81 | 0.61 | 78 | 0.68 | 0.23 |
| Hex | 4B | 63 | 13 | 18 | 0 | 51 | 3D | 4E | 44 | 17 |
| Octal | 113 | 143 | 23 | 30 | 0 | 121 | 75 | 116 | 104 | 27 |
| Binary | 1001011 | 1100011 | 10011 | 11000 | 0 | 1010001 | 111101 | 1001110 | 1000100 | 10111 |
Color Harmonies of #4B6313
Complementary color
Monochromatic Colors of #4B6313
Black with #4B6313
Text Example
Text Example
White with #4B6313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6313; }
p { color: rgb(75,99,19); }
H1.HeaderClassName
{
color: #4B6313;
}
.AnyTagClassName
{
color: #4B6313;
}
</style>
background-color css
<style>
a { background-color: #4B6313; }
a { background-color: rgb(75,99,19); }
div.DivClassName
{
background-color: #4B6313;
}
.BgClassName
{
background-color: #4B6313;
}
</style>
border-color css
<style>
span { border-color: #4B6313; }
span { border-color: rgb(75,99,19); }
td.TdClassName
{
border-color: #4B6313;
}
.TagClassName
{
border-color: #4B6313;
}
</style>