Shades of Verdun Green #416B0B
Tints of Verdun Green #416B0B
RGB
CMYK
RGB Variations
Color information
#416B0B (or 0x416B0B) is known color: Verdun Green. HEX triplet: 41, 6B and 0B. RGB value is (65,107,11). Sum of RGB (Red+Green+Blue) = 65+107+11=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #416B0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416B0B is #BE94F4. Grayscale: #535353. Windows color (decimal): -12489973 or 748353. OLE color: 748353.
HSL color Cylindrical-coordinate representation of color #416B0B: hue angle of 86.25º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #416B0B is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 107 | 11 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.58 |
| HSL | 86.25º | 0.81% | 0.23% | - |
| HSV(B) | 86.25º | 0.9% | 0.42% | - |
| XYZ | 7.5 | 11.66 | 2.17 | - |
| YUV | 83.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 11 | 0.39 | 0 | 0.90 | 0.58 | 86.25 | 0.81 | 0.23 |
| Hex | 41 | 6B | B | 27 | 0 | 5A | 3A | 56 | 51 | 17 |
| Octal | 101 | 153 | 13 | 47 | 0 | 132 | 72 | 126 | 121 | 27 |
| Binary | 1000001 | 1101011 | 1011 | 100111 | 0 | 1011010 | 111010 | 1010110 | 1010001 | 10111 |
Color Harmonies of #416B0B
Complementary color
Monochromatic Colors of #416B0B
Black with #416B0B
Text Example
Text Example
White with #416B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B0B; }
p { color: rgb(65,107,11); }
H1.HeaderClassName
{
color: #416B0B;
}
.AnyTagClassName
{
color: #416B0B;
}
</style>
background-color css
<style>
a { background-color: #416B0B; }
a { background-color: rgb(65,107,11); }
div.DivClassName
{
background-color: #416B0B;
}
.BgClassName
{
background-color: #416B0B;
}
</style>
border-color css
<style>
span { border-color: #416B0B; }
span { border-color: rgb(65,107,11); }
td.TdClassName
{
border-color: #416B0B;
}
.TagClassName
{
border-color: #416B0B;
}
</style>