Shades of Verdun Green #416001
Tints of Verdun Green #416001
RGB
CMYK
RGB Variations
Color information
#416001 (or 0x416001) is known color: Verdun Green. HEX triplet: 41, 60 and 01. RGB value is (65,96,1). Sum of RGB (Red+Green+Blue) = 65+96+1=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #416001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416001 is #BE9FFE. Grayscale: #4C4C4C. Windows color (decimal): -12492799 or 90177. OLE color: 90177.
HSL color Cylindrical-coordinate representation of color #416001: hue angle of 79.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #416001 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 96 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.62 |
| HSL | 79.58º | 0.98% | 0.19% | - |
| HSV(B) | 79.58º | 0.99% | 0.38% | - |
| XYZ | 6.37 | 9.49 | 1.53 | - |
| YUV | 75.9 | 85.73 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 1 | 0.32 | 0 | 0.99 | 0.62 | 79.58 | 0.98 | 0.19 |
| Hex | 41 | 60 | 1 | 20 | 0 | 63 | 3E | 50 | 62 | 13 |
| Octal | 101 | 140 | 1 | 40 | 0 | 143 | 76 | 120 | 142 | 23 |
| Binary | 1000001 | 1100000 | 1 | 100000 | 0 | 1100011 | 111110 | 1010000 | 1100010 | 10011 |
Color Harmonies of #416001
Complementary color
Monochromatic Colors of #416001
Black with #416001
Text Example
Text Example
White with #416001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416001; }
p { color: rgb(65,96,1); }
H1.HeaderClassName
{
color: #416001;
}
.AnyTagClassName
{
color: #416001;
}
</style>
background-color css
<style>
a { background-color: #416001; }
a { background-color: rgb(65,96,1); }
div.DivClassName
{
background-color: #416001;
}
.BgClassName
{
background-color: #416001;
}
</style>
border-color css
<style>
span { border-color: #416001; }
span { border-color: rgb(65,96,1); }
td.TdClassName
{
border-color: #416001;
}
.TagClassName
{
border-color: #416001;
}
</style>