Shades of Verdun Green #414101
Tints of Verdun Green #414101
RGB
CMYK
RGB Variations
Color information
#414101 (or 0x414101) is known color: Verdun Green. HEX triplet: 41, 41 and 01. RGB value is (65,65,1). Sum of RGB (Red+Green+Blue) = 65+65+1=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 65 - color contains mainly: red, green. Hex color #414101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414101 is #BEBEFE. Grayscale: #393939. Windows color (decimal): -12500735 or 82241. OLE color: 82241.
HSL color Cylindrical-coordinate representation of color #414101: hue angle of 60º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #414101 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 65 | 1 | - |
| CMYK | 0 | 0 | 0.98 | 0.75 |
| HSL | 60º | 0.97% | 0.13% | - |
| HSV(B) | 60º | 0.98% | 0.25% | - |
| XYZ | 4.08 | 4.91 | 0.76 | - |
| YUV | 57.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 1 | 0 | 0 | 0.98 | 0.75 | 60 | 0.97 | 0.13 |
| Hex | 41 | 41 | 1 | 0 | 0 | 62 | 4B | 3C | 61 | D |
| Octal | 101 | 101 | 1 | 0 | 0 | 142 | 113 | 74 | 141 | 15 |
| Binary | 1000001 | 1000001 | 1 | 0 | 0 | 1100010 | 1001011 | 111100 | 1100001 | 1101 |
Color Harmonies of #414101
Complementary color
Monochromatic Colors of #414101
Black with #414101
Text Example
Text Example
White with #414101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414101; }
p { color: rgb(65,65,1); }
H1.HeaderClassName
{
color: #414101;
}
.AnyTagClassName
{
color: #414101;
}
</style>
background-color css
<style>
a { background-color: #414101; }
a { background-color: rgb(65,65,1); }
div.DivClassName
{
background-color: #414101;
}
.BgClassName
{
background-color: #414101;
}
</style>
border-color css
<style>
span { border-color: #414101; }
span { border-color: rgb(65,65,1); }
td.TdClassName
{
border-color: #414101;
}
.TagClassName
{
border-color: #414101;
}
</style>