Shades of Verdun Green #414E1B
Tints of Verdun Green #414E1B
RGB
CMYK
RGB Variations
Color information
#414E1B (or 0x414E1B) is known color: Verdun Green. HEX triplet: 41, 4E and 1B. RGB value is (65,78,27). Sum of RGB (Red+Green+Blue) = 65+78+27=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 78 (30.86% from 255 or 45.88% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 78 - color contains mainly: green. Hex color #414E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E1B is #BEB1E4. Grayscale: #444444. Windows color (decimal): -12497381 or 1789505. OLE color: 1789505.
HSL color Cylindrical-coordinate representation of color #414E1B: hue angle of 75.29º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #414E1B is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 78 | 27 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.69 |
| HSL | 75.29º | 0.49% | 0.21% | - |
| HSV(B) | 75.29º | 0.65% | 0.31% | - |
| XYZ | 5.1 | 6.65 | 2.05 | - |
| YUV | 68.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 27 | 0.17 | 0 | 0.65 | 0.69 | 75.29 | 0.49 | 0.21 |
| Hex | 41 | 4E | 1B | 11 | 0 | 41 | 45 | 4B | 31 | 15 |
| Octal | 101 | 116 | 33 | 21 | 0 | 101 | 105 | 113 | 61 | 25 |
| Binary | 1000001 | 1001110 | 11011 | 10001 | 0 | 1000001 | 1000101 | 1001011 | 110001 | 10101 |
Color Harmonies of #414E1B
Complementary color
Monochromatic Colors of #414E1B
Black with #414E1B
Text Example
Text Example
White with #414E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E1B; }
p { color: rgb(65,78,27); }
H1.HeaderClassName
{
color: #414E1B;
}
.AnyTagClassName
{
color: #414E1B;
}
</style>
background-color css
<style>
a { background-color: #414E1B; }
a { background-color: rgb(65,78,27); }
div.DivClassName
{
background-color: #414E1B;
}
.BgClassName
{
background-color: #414E1B;
}
</style>
border-color css
<style>
span { border-color: #414E1B; }
span { border-color: rgb(65,78,27); }
td.TdClassName
{
border-color: #414E1B;
}
.TagClassName
{
border-color: #414E1B;
}
</style>