Shades of Verdun Green #416501
Tints of Verdun Green #416501
RGB
CMYK
RGB Variations
Color information
#416501 (or 0x416501) is known color: Verdun Green. HEX triplet: 41, 65 and 01. RGB value is (65,101,1). Sum of RGB (Red+Green+Blue) = 65+101+1=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #416501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416501 is #BE9AFE. Grayscale: #4F4F4F. Windows color (decimal): -12491519 or 91457. OLE color: 91457.
HSL color Cylindrical-coordinate representation of color #416501: hue angle of 81.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #416501 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 101 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.60 |
| HSL | 81.6º | 0.98% | 0.2% | - |
| HSV(B) | 81.6º | 0.99% | 0.4% | - |
| XYZ | 6.84 | 10.43 | 1.68 | - |
| YUV | 78.84 | 84.07 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 1 | 0.36 | 0 | 0.99 | 0.60 | 81.6 | 0.98 | 0.2 |
| Hex | 41 | 65 | 1 | 24 | 0 | 63 | 3C | 52 | 62 | 14 |
| Octal | 101 | 145 | 1 | 44 | 0 | 143 | 74 | 122 | 142 | 24 |
| Binary | 1000001 | 1100101 | 1 | 100100 | 0 | 1100011 | 111100 | 1010010 | 1100010 | 10100 |
Color Harmonies of #416501
Complementary color
Monochromatic Colors of #416501
Black with #416501
Text Example
Text Example
White with #416501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416501; }
p { color: rgb(65,101,1); }
H1.HeaderClassName
{
color: #416501;
}
.AnyTagClassName
{
color: #416501;
}
</style>
background-color css
<style>
a { background-color: #416501; }
a { background-color: rgb(65,101,1); }
div.DivClassName
{
background-color: #416501;
}
.BgClassName
{
background-color: #416501;
}
</style>
border-color css
<style>
span { border-color: #416501; }
span { border-color: rgb(65,101,1); }
td.TdClassName
{
border-color: #416501;
}
.TagClassName
{
border-color: #416501;
}
</style>