Shades of Verdun Green #414006
Tints of Verdun Green #414006
RGB
CMYK
RGB Variations
Color information
#414006 (or 0x414006) is known color: Verdun Green. HEX triplet: 41, 40 and 06. RGB value is (65,64,6). Sum of RGB (Red+Green+Blue) = 65+64+6=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #414006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414006 is #BEBFF9. Grayscale: #393939. Windows color (decimal): -12500986 or 409665. OLE color: 409665.
HSL color Cylindrical-coordinate representation of color #414006: hue angle of 58.98º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #414006 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 64 | 6 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.75 |
| HSL | 58.98º | 0.83% | 0.14% | - |
| HSV(B) | 58.98º | 0.91% | 0.25% | - |
| XYZ | 4.05 | 4.8 | 0.89 | - |
| YUV | 57.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 6 | 0 | 0.02 | 0.91 | 0.75 | 58.98 | 0.83 | 0.14 |
| Hex | 41 | 40 | 6 | 0 | 2 | 5B | 4B | 3B | 53 | E |
| Octal | 101 | 100 | 6 | 0 | 2 | 133 | 113 | 73 | 123 | 16 |
| Binary | 1000001 | 1000000 | 110 | 0 | 10 | 1011011 | 1001011 | 111011 | 1010011 | 1110 |
Color Harmonies of #414006
Complementary color
Monochromatic Colors of #414006
Black with #414006
Text Example
Text Example
White with #414006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414006; }
p { color: rgb(65,64,6); }
H1.HeaderClassName
{
color: #414006;
}
.AnyTagClassName
{
color: #414006;
}
</style>
background-color css
<style>
a { background-color: #414006; }
a { background-color: rgb(65,64,6); }
div.DivClassName
{
background-color: #414006;
}
.BgClassName
{
background-color: #414006;
}
</style>
border-color css
<style>
span { border-color: #414006; }
span { border-color: rgb(65,64,6); }
td.TdClassName
{
border-color: #414006;
}
.TagClassName
{
border-color: #414006;
}
</style>