Shades of Verdun Green #414619
Tints of Verdun Green #414619
RGB
CMYK
RGB Variations
Color information
#414619 (or 0x414619) is known color: Verdun Green. HEX triplet: 41, 46 and 19. RGB value is (65,70,25). Sum of RGB (Red+Green+Blue) = 65+70+25=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #414619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414619 is #BEB9E6. Grayscale: #3F3F3F. Windows color (decimal): -12499431 or 1656385. OLE color: 1656385.
HSL color Cylindrical-coordinate representation of color #414619: hue angle of 66.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #414619 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 70 | 25 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.73 |
| HSL | 66.67º | 0.47% | 0.19% | - |
| HSV(B) | 66.67º | 0.64% | 0.27% | - |
| XYZ | 4.55 | 5.57 | 1.76 | - |
| YUV | 63.38 | 106.34 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 25 | 0.07 | 0 | 0.64 | 0.73 | 66.67 | 0.47 | 0.19 |
| Hex | 41 | 46 | 19 | 7 | 0 | 40 | 49 | 43 | 2F | 13 |
| Octal | 101 | 106 | 31 | 7 | 0 | 100 | 111 | 103 | 57 | 23 |
| Binary | 1000001 | 1000110 | 11001 | 111 | 0 | 1000000 | 1001001 | 1000011 | 101111 | 10011 |
Color Harmonies of #414619
Complementary color
Monochromatic Colors of #414619
Black with #414619
Text Example
Text Example
White with #414619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414619; }
p { color: rgb(65,70,25); }
H1.HeaderClassName
{
color: #414619;
}
.AnyTagClassName
{
color: #414619;
}
</style>
background-color css
<style>
a { background-color: #414619; }
a { background-color: rgb(65,70,25); }
div.DivClassName
{
background-color: #414619;
}
.BgClassName
{
background-color: #414619;
}
</style>
border-color css
<style>
span { border-color: #414619; }
span { border-color: rgb(65,70,25); }
td.TdClassName
{
border-color: #414619;
}
.TagClassName
{
border-color: #414619;
}
</style>