Shades of Verdun Green #414D1D
Tints of Verdun Green #414D1D
RGB
CMYK
RGB Variations
Color information
#414D1D (or 0x414D1D) is known color: Verdun Green. HEX triplet: 41, 4D and 1D. RGB value is (65,77,29). Sum of RGB (Red+Green+Blue) = 65+77+29=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 77 - color contains mainly: green. Hex color #414D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D1D is #BEB2E2. Grayscale: #444444. Windows color (decimal): -12497635 or 1920321. OLE color: 1920321.
HSL color Cylindrical-coordinate representation of color #414D1D: hue angle of 75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #414D1D is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 77 | 29 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.70 |
| HSL | 75º | 0.45% | 0.21% | - |
| HSV(B) | 75º | 0.62% | 0.3% | - |
| XYZ | 5.06 | 6.52 | 2.15 | - |
| YUV | 67.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 29 | 0.16 | 0 | 0.62 | 0.70 | 75 | 0.45 | 0.21 |
| Hex | 41 | 4D | 1D | 10 | 0 | 3E | 46 | 4B | 2D | 15 |
| Octal | 101 | 115 | 35 | 20 | 0 | 76 | 106 | 113 | 55 | 25 |
| Binary | 1000001 | 1001101 | 11101 | 10000 | 0 | 111110 | 1000110 | 1001011 | 101101 | 10101 |
Color Harmonies of #414D1D
Complementary color
Monochromatic Colors of #414D1D
Black with #414D1D
Text Example
Text Example
White with #414D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D1D; }
p { color: rgb(65,77,29); }
H1.HeaderClassName
{
color: #414D1D;
}
.AnyTagClassName
{
color: #414D1D;
}
</style>
background-color css
<style>
a { background-color: #414D1D; }
a { background-color: rgb(65,77,29); }
div.DivClassName
{
background-color: #414D1D;
}
.BgClassName
{
background-color: #414D1D;
}
</style>
border-color css
<style>
span { border-color: #414D1D; }
span { border-color: rgb(65,77,29); }
td.TdClassName
{
border-color: #414D1D;
}
.TagClassName
{
border-color: #414D1D;
}
</style>