Shades of Verdun Green #4B5106
Tints of Verdun Green #4B5106
RGB
CMYK
RGB Variations
Color information
#4B5106 (or 0x4B5106) is known color: Verdun Green. HEX triplet: 4B, 51 and 06. RGB value is (75,81,6). Sum of RGB (Red+Green+Blue) = 75+81+6=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5106 is #B4AEF9. Grayscale: #464646. Windows color (decimal): -11841274 or 414027. OLE color: 414027.
HSL color Cylindrical-coordinate representation of color #4B5106: hue angle of 64.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B5106 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 6 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.68 |
| HSL | 64.8º | 0.86% | 0.17% | - |
| HSV(B) | 64.8º | 0.93% | 0.32% | - |
| XYZ | 5.88 | 7.39 | 1.29 | - |
| YUV | 70.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 6 | 0.07 | 0 | 0.93 | 0.68 | 64.8 | 0.86 | 0.17 |
| Hex | 4B | 51 | 6 | 7 | 0 | 5D | 44 | 41 | 56 | 11 |
| Octal | 113 | 121 | 6 | 7 | 0 | 135 | 104 | 101 | 126 | 21 |
| Binary | 1001011 | 1010001 | 110 | 111 | 0 | 1011101 | 1000100 | 1000001 | 1010110 | 10001 |
Color Harmonies of #4B5106
Complementary color
Monochromatic Colors of #4B5106
Black with #4B5106
Text Example
Text Example
White with #4B5106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5106; }
p { color: rgb(75,81,6); }
H1.HeaderClassName
{
color: #4B5106;
}
.AnyTagClassName
{
color: #4B5106;
}
</style>
background-color css
<style>
a { background-color: #4B5106; }
a { background-color: rgb(75,81,6); }
div.DivClassName
{
background-color: #4B5106;
}
.BgClassName
{
background-color: #4B5106;
}
</style>
border-color css
<style>
span { border-color: #4B5106; }
span { border-color: rgb(75,81,6); }
td.TdClassName
{
border-color: #4B5106;
}
.TagClassName
{
border-color: #4B5106;
}
</style>