Shades of Verdun Green #4B6411
Tints of Verdun Green #4B6411
RGB
CMYK
RGB Variations
Color information
#4B6411 (or 0x4B6411) is known color: Verdun Green. HEX triplet: 4B, 64 and 11. RGB value is (75,100,17). Sum of RGB (Red+Green+Blue) = 75+100+17=192 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.06% from 192); Green value is 100 (39.45% from 255 or 52.08% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 100 - color contains mainly: green. Hex color #4B6411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6411 is #B49BEE. Grayscale: #535353. Windows color (decimal): -11836399 or 1139787. OLE color: 1139787.
HSL color Cylindrical-coordinate representation of color #4B6411: hue angle of 78.07º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4B6411 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 100 | 17 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.61 |
| HSL | 78.07º | 0.71% | 0.23% | - |
| HSV(B) | 78.07º | 0.83% | 0.39% | - |
| XYZ | 7.56 | 10.65 | 2.19 | - |
| YUV | 83.06 | 90.72 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 100 | 17 | 0.25 | 0 | 0.83 | 0.61 | 78.07 | 0.71 | 0.23 |
| Hex | 4B | 64 | 11 | 19 | 0 | 53 | 3D | 4E | 47 | 17 |
| Octal | 113 | 144 | 21 | 31 | 0 | 123 | 75 | 116 | 107 | 27 |
| Binary | 1001011 | 1100100 | 10001 | 11001 | 0 | 1010011 | 111101 | 1001110 | 1000111 | 10111 |
Color Harmonies of #4B6411
Complementary color
Monochromatic Colors of #4B6411
Black with #4B6411
Text Example
Text Example
White with #4B6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6411; }
p { color: rgb(75,100,17); }
H1.HeaderClassName
{
color: #4B6411;
}
.AnyTagClassName
{
color: #4B6411;
}
</style>
background-color css
<style>
a { background-color: #4B6411; }
a { background-color: rgb(75,100,17); }
div.DivClassName
{
background-color: #4B6411;
}
.BgClassName
{
background-color: #4B6411;
}
</style>
border-color css
<style>
span { border-color: #4B6411; }
span { border-color: rgb(75,100,17); }
td.TdClassName
{
border-color: #4B6411;
}
.TagClassName
{
border-color: #4B6411;
}
</style>