Shades of Verdun Green #416B0C
Tints of Verdun Green #416B0C
RGB
CMYK
RGB Variations
Color information
#416B0C (or 0x416B0C) is known color: Verdun Green. HEX triplet: 41, 6B and 0C. RGB value is (65,107,12). Sum of RGB (Red+Green+Blue) = 65+107+12=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 107 (42.19% from 255 or 58.15% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 107 - color contains mainly: green. Hex color #416B0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416B0C is #BE94F3. Grayscale: #535353. Windows color (decimal): -12489972 or 813889. OLE color: 813889.
HSL color Cylindrical-coordinate representation of color #416B0C: hue angle of 86.53º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #416B0C is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 107 | 12 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.58 |
| HSL | 86.53º | 0.8% | 0.23% | - |
| HSV(B) | 86.53º | 0.89% | 0.42% | - |
| XYZ | 7.5 | 11.67 | 2.2 | - |
| YUV | 83.61 | 87.59 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 12 | 0.39 | 0 | 0.89 | 0.58 | 86.53 | 0.8 | 0.23 |
| Hex | 41 | 6B | C | 27 | 0 | 59 | 3A | 57 | 50 | 17 |
| Octal | 101 | 153 | 14 | 47 | 0 | 131 | 72 | 127 | 120 | 27 |
| Binary | 1000001 | 1101011 | 1100 | 100111 | 0 | 1011001 | 111010 | 1010111 | 1010000 | 10111 |
Color Harmonies of #416B0C
Complementary color
Monochromatic Colors of #416B0C
Black with #416B0C
Text Example
Text Example
White with #416B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B0C; }
p { color: rgb(65,107,12); }
H1.HeaderClassName
{
color: #416B0C;
}
.AnyTagClassName
{
color: #416B0C;
}
</style>
background-color css
<style>
a { background-color: #416B0C; }
a { background-color: rgb(65,107,12); }
div.DivClassName
{
background-color: #416B0C;
}
.BgClassName
{
background-color: #416B0C;
}
</style>
border-color css
<style>
span { border-color: #416B0C; }
span { border-color: rgb(65,107,12); }
td.TdClassName
{
border-color: #416B0C;
}
.TagClassName
{
border-color: #416B0C;
}
</style>