Shades of Verdun Green #414912
Tints of Verdun Green #414912
RGB
CMYK
RGB Variations
Color information
#414912 (or 0x414912) is known color: Verdun Green. HEX triplet: 41, 49 and 12. RGB value is (65,73,18). Sum of RGB (Red+Green+Blue) = 65+73+18=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #414912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414912 is #BEB6ED. Grayscale: #404040. Windows color (decimal): -12498670 or 1198401. OLE color: 1198401.
HSL color Cylindrical-coordinate representation of color #414912: hue angle of 68.73º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #414912 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 73 | 18 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.71 |
| HSL | 68.73º | 0.6% | 0.18% | - |
| HSV(B) | 68.73º | 0.75% | 0.29% | - |
| XYZ | 4.67 | 5.93 | 1.47 | - |
| YUV | 64.34 | 101.85 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 18 | 0.11 | 0 | 0.75 | 0.71 | 68.73 | 0.6 | 0.18 |
| Hex | 41 | 49 | 12 | B | 0 | 4B | 47 | 45 | 3C | 12 |
| Octal | 101 | 111 | 22 | 13 | 0 | 113 | 107 | 105 | 74 | 22 |
| Binary | 1000001 | 1001001 | 10010 | 1011 | 0 | 1001011 | 1000111 | 1000101 | 111100 | 10010 |
Color Harmonies of #414912
Complementary color
Monochromatic Colors of #414912
Black with #414912
Text Example
Text Example
White with #414912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414912; }
p { color: rgb(65,73,18); }
H1.HeaderClassName
{
color: #414912;
}
.AnyTagClassName
{
color: #414912;
}
</style>
background-color css
<style>
a { background-color: #414912; }
a { background-color: rgb(65,73,18); }
div.DivClassName
{
background-color: #414912;
}
.BgClassName
{
background-color: #414912;
}
</style>
border-color css
<style>
span { border-color: #414912; }
span { border-color: rgb(65,73,18); }
td.TdClassName
{
border-color: #414912;
}
.TagClassName
{
border-color: #414912;
}
</style>