Shades of Verdun Green #414B1D
Tints of Verdun Green #414B1D
RGB
CMYK
RGB Variations
Color information
#414B1D (or 0x414B1D) is known color: Verdun Green. HEX triplet: 41, 4B and 1D. RGB value is (65,75,29). Sum of RGB (Red+Green+Blue) = 65+75+29=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #414B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B1D is #BEB4E2. Grayscale: #424242. Windows color (decimal): -12498147 or 1919809. OLE color: 1919809.
HSL color Cylindrical-coordinate representation of color #414B1D: hue angle of 73.04º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #414B1D is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 75 | 29 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.71 |
| HSL | 73.04º | 0.44% | 0.2% | - |
| HSV(B) | 73.04º | 0.61% | 0.29% | - |
| XYZ | 4.92 | 6.24 | 2.11 | - |
| YUV | 66.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 29 | 0.13 | 0 | 0.61 | 0.71 | 73.04 | 0.44 | 0.2 |
| Hex | 41 | 4B | 1D | D | 0 | 3D | 47 | 49 | 2C | 14 |
| Octal | 101 | 113 | 35 | 15 | 0 | 75 | 107 | 111 | 54 | 24 |
| Binary | 1000001 | 1001011 | 11101 | 1101 | 0 | 111101 | 1000111 | 1001001 | 101100 | 10100 |
Color Harmonies of #414B1D
Complementary color
Monochromatic Colors of #414B1D
Black with #414B1D
Text Example
Text Example
White with #414B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B1D; }
p { color: rgb(65,75,29); }
H1.HeaderClassName
{
color: #414B1D;
}
.AnyTagClassName
{
color: #414B1D;
}
</style>
background-color css
<style>
a { background-color: #414B1D; }
a { background-color: rgb(65,75,29); }
div.DivClassName
{
background-color: #414B1D;
}
.BgClassName
{
background-color: #414B1D;
}
</style>
border-color css
<style>
span { border-color: #414B1D; }
span { border-color: rgb(65,75,29); }
td.TdClassName
{
border-color: #414B1D;
}
.TagClassName
{
border-color: #414B1D;
}
</style>