Shades of Verdun Green #414201
Tints of Verdun Green #414201
RGB
CMYK
RGB Variations
Color information
#414201 (or 0x414201) is known color: Verdun Green. HEX triplet: 41, 42 and 01. RGB value is (65,66,1). Sum of RGB (Red+Green+Blue) = 65+66+1=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #414201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414201 is #BEBDFE. Grayscale: #3A3A3A. Windows color (decimal): -12500479 or 82497. OLE color: 82497.
HSL color Cylindrical-coordinate representation of color #414201: hue angle of 60.92º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #414201 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 66 | 1 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.74 |
| HSL | 60.92º | 0.97% | 0.13% | - |
| HSV(B) | 60.92º | 0.98% | 0.26% | - |
| XYZ | 4.13 | 5.02 | 0.78 | - |
| YUV | 58.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 1 | 0.02 | 0 | 0.98 | 0.74 | 60.92 | 0.97 | 0.13 |
| Hex | 41 | 42 | 1 | 2 | 0 | 62 | 4A | 3D | 61 | D |
| Octal | 101 | 102 | 1 | 2 | 0 | 142 | 112 | 75 | 141 | 15 |
| Binary | 1000001 | 1000010 | 1 | 10 | 0 | 1100010 | 1001010 | 111101 | 1100001 | 1101 |
Color Harmonies of #414201
Complementary color
Monochromatic Colors of #414201
Black with #414201
Text Example
Text Example
White with #414201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414201; }
p { color: rgb(65,66,1); }
H1.HeaderClassName
{
color: #414201;
}
.AnyTagClassName
{
color: #414201;
}
</style>
background-color css
<style>
a { background-color: #414201; }
a { background-color: rgb(65,66,1); }
div.DivClassName
{
background-color: #414201;
}
.BgClassName
{
background-color: #414201;
}
</style>
border-color css
<style>
span { border-color: #414201; }
span { border-color: rgb(65,66,1); }
td.TdClassName
{
border-color: #414201;
}
.TagClassName
{
border-color: #414201;
}
</style>