Shades of Verdun Green #4B6813
Tints of Verdun Green #4B6813
RGB
CMYK
RGB Variations
Color information
#4B6813 (or 0x4B6813) is known color: Verdun Green. HEX triplet: 4B, 68 and 13. RGB value is (75,104,19). Sum of RGB (Red+Green+Blue) = 75+104+19=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #4B6813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6813 is #B497EC. Grayscale: #555555. Windows color (decimal): -11835373 or 1271883. OLE color: 1271883.
HSL color Cylindrical-coordinate representation of color #4B6813: hue angle of 80.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B6813 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 104 | 19 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.59 |
| HSL | 80.47º | 0.69% | 0.24% | - |
| HSV(B) | 80.47º | 0.82% | 0.41% | - |
| XYZ | 7.97 | 11.44 | 2.4 | - |
| YUV | 85.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 104 | 19 | 0.28 | 0 | 0.82 | 0.59 | 80.47 | 0.69 | 0.24 |
| Hex | 4B | 68 | 13 | 1C | 0 | 52 | 3B | 50 | 45 | 18 |
| Octal | 113 | 150 | 23 | 34 | 0 | 122 | 73 | 120 | 105 | 30 |
| Binary | 1001011 | 1101000 | 10011 | 11100 | 0 | 1010010 | 111011 | 1010000 | 1000101 | 11000 |
Color Harmonies of #4B6813
Complementary color
Monochromatic Colors of #4B6813
Black with #4B6813
Text Example
Text Example
White with #4B6813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6813; }
p { color: rgb(75,104,19); }
H1.HeaderClassName
{
color: #4B6813;
}
.AnyTagClassName
{
color: #4B6813;
}
</style>
background-color css
<style>
a { background-color: #4B6813; }
a { background-color: rgb(75,104,19); }
div.DivClassName
{
background-color: #4B6813;
}
.BgClassName
{
background-color: #4B6813;
}
</style>
border-color css
<style>
span { border-color: #4B6813; }
span { border-color: rgb(75,104,19); }
td.TdClassName
{
border-color: #4B6813;
}
.TagClassName
{
border-color: #4B6813;
}
</style>