Shades of Verdun Green #414E1C
Tints of Verdun Green #414E1C
RGB
CMYK
RGB Variations
Color information
#414E1C (or 0x414E1C) is known color: Verdun Green. HEX triplet: 41, 4E and 1C. RGB value is (65,78,28). Sum of RGB (Red+Green+Blue) = 65+78+28=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #414E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E1C is #BEB1E3. Grayscale: #444444. Windows color (decimal): -12497380 or 1855041. OLE color: 1855041.
HSL color Cylindrical-coordinate representation of color #414E1C: hue angle of 75.6º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #414E1C is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 78 | 28 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.69 |
| HSL | 75.6º | 0.47% | 0.21% | - |
| HSV(B) | 75.6º | 0.64% | 0.31% | - |
| XYZ | 5.11 | 6.66 | 2.11 | - |
| YUV | 68.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 28 | 0.17 | 0 | 0.64 | 0.69 | 75.6 | 0.47 | 0.21 |
| Hex | 41 | 4E | 1C | 11 | 0 | 40 | 45 | 4C | 2F | 15 |
| Octal | 101 | 116 | 34 | 21 | 0 | 100 | 105 | 114 | 57 | 25 |
| Binary | 1000001 | 1001110 | 11100 | 10001 | 0 | 1000000 | 1000101 | 1001100 | 101111 | 10101 |
Color Harmonies of #414E1C
Complementary color
Monochromatic Colors of #414E1C
Black with #414E1C
Text Example
Text Example
White with #414E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E1C; }
p { color: rgb(65,78,28); }
H1.HeaderClassName
{
color: #414E1C;
}
.AnyTagClassName
{
color: #414E1C;
}
</style>
background-color css
<style>
a { background-color: #414E1C; }
a { background-color: rgb(65,78,28); }
div.DivClassName
{
background-color: #414E1C;
}
.BgClassName
{
background-color: #414E1C;
}
</style>
border-color css
<style>
span { border-color: #414E1C; }
span { border-color: rgb(65,78,28); }
td.TdClassName
{
border-color: #414E1C;
}
.TagClassName
{
border-color: #414E1C;
}
</style>