Shades of Verdun Green #416808
Tints of Verdun Green #416808
RGB
CMYK
RGB Variations
Color information
#416808 (or 0x416808) is known color: Verdun Green. HEX triplet: 41, 68 and 08. RGB value is (65,104,8). Sum of RGB (Red+Green+Blue) = 65+104+8=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #416808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416808 is #BE97F7. Grayscale: #515151. Windows color (decimal): -12490744 or 550977. OLE color: 550977.
HSL color Cylindrical-coordinate representation of color #416808: hue angle of 84.38º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #416808 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 65 | 104 | 8 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.59 |
| HSL | 84.38º | 0.86% | 0.22% | - |
| HSV(B) | 84.38º | 0.92% | 0.41% | - |
| XYZ | 7.17 | 11.04 | 1.98 | - |
| YUV | 81.4 | 86.58 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 104 | 8 | 0.38 | 0 | 0.92 | 0.59 | 84.38 | 0.86 | 0.22 |
| Hex | 41 | 68 | 8 | 26 | 0 | 5C | 3B | 54 | 56 | 16 |
| Octal | 101 | 150 | 10 | 46 | 0 | 134 | 73 | 124 | 126 | 26 |
| Binary | 1000001 | 1101000 | 1000 | 100110 | 0 | 1011100 | 111011 | 1010100 | 1010110 | 10110 |
Color Harmonies of #416808
Complementary color
Monochromatic Colors of #416808
Black with #416808
Text Example
Text Example
White with #416808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416808; }
p { color: rgb(65,104,8); }
H1.HeaderClassName
{
color: #416808;
}
.AnyTagClassName
{
color: #416808;
}
</style>
background-color css
<style>
a { background-color: #416808; }
a { background-color: rgb(65,104,8); }
div.DivClassName
{
background-color: #416808;
}
.BgClassName
{
background-color: #416808;
}
</style>
border-color css
<style>
span { border-color: #416808; }
span { border-color: rgb(65,104,8); }
td.TdClassName
{
border-color: #416808;
}
.TagClassName
{
border-color: #416808;
}
</style>