Shades of Verdun Green #416D01
Tints of Verdun Green #416D01
RGB
CMYK
RGB Variations
Color information
#416D01 (or 0x416D01) is known color: Verdun Green. HEX triplet: 41, 6D and 01. RGB value is (65,109,1). Sum of RGB (Red+Green+Blue) = 65+109+1=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 109 (42.97% from 255 or 62.29% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 109 - color contains mainly: green. Hex color #416D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416D01 is #BE92FE. Grayscale: #535353. Windows color (decimal): -12489471 or 93505. OLE color: 93505.
HSL color Cylindrical-coordinate representation of color #416D01: hue angle of 84.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #416D01 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 109 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.57 |
| HSL | 84.44º | 0.98% | 0.22% | - |
| HSV(B) | 84.44º | 0.99% | 0.43% | - |
| XYZ | 7.65 | 12.06 | 1.95 | - |
| YUV | 83.53 | 81.42 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 109 | 1 | 0.40 | 0 | 0.99 | 0.57 | 84.44 | 0.98 | 0.22 |
| Hex | 41 | 6D | 1 | 28 | 0 | 63 | 39 | 54 | 62 | 16 |
| Octal | 101 | 155 | 1 | 50 | 0 | 143 | 71 | 124 | 142 | 26 |
| Binary | 1000001 | 1101101 | 1 | 101000 | 0 | 1100011 | 111001 | 1010100 | 1100010 | 10110 |
Color Harmonies of #416D01
Complementary color
Monochromatic Colors of #416D01
Black with #416D01
Text Example
Text Example
White with #416D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416D01; }
p { color: rgb(65,109,1); }
H1.HeaderClassName
{
color: #416D01;
}
.AnyTagClassName
{
color: #416D01;
}
</style>
background-color css
<style>
a { background-color: #416D01; }
a { background-color: rgb(65,109,1); }
div.DivClassName
{
background-color: #416D01;
}
.BgClassName
{
background-color: #416D01;
}
</style>
border-color css
<style>
span { border-color: #416D01; }
span { border-color: rgb(65,109,1); }
td.TdClassName
{
border-color: #416D01;
}
.TagClassName
{
border-color: #416D01;
}
</style>