Shades of Verdun Green #41420E
Tints of Verdun Green #41420E
RGB
CMYK
RGB Variations
Color information
#41420E (or 0x41420E) is known color: Verdun Green. HEX triplet: 41, 42 and 0E. RGB value is (65,66,14). Sum of RGB (Red+Green+Blue) = 65+66+14=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #41420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41420E is #BEBDF1. Grayscale: #3B3B3B. Windows color (decimal): -12500466 or 934465. OLE color: 934465.
HSL color Cylindrical-coordinate representation of color #41420E: hue angle of 61.15º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41420E is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 66 | 14 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.74 |
| HSL | 61.15º | 0.65% | 0.16% | - |
| HSV(B) | 61.15º | 0.79% | 0.26% | - |
| XYZ | 4.21 | 5.05 | 1.17 | - |
| YUV | 59.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 14 | 0.02 | 0 | 0.79 | 0.74 | 61.15 | 0.65 | 0.16 |
| Hex | 41 | 42 | E | 2 | 0 | 4F | 4A | 3D | 41 | 10 |
| Octal | 101 | 102 | 16 | 2 | 0 | 117 | 112 | 75 | 101 | 20 |
| Binary | 1000001 | 1000010 | 1110 | 10 | 0 | 1001111 | 1001010 | 111101 | 1000001 | 10000 |
Color Harmonies of #41420E
Complementary color
Monochromatic Colors of #41420E
Black with #41420E
Text Example
Text Example
White with #41420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41420E; }
p { color: rgb(65,66,14); }
H1.HeaderClassName
{
color: #41420E;
}
.AnyTagClassName
{
color: #41420E;
}
</style>
background-color css
<style>
a { background-color: #41420E; }
a { background-color: rgb(65,66,14); }
div.DivClassName
{
background-color: #41420E;
}
.BgClassName
{
background-color: #41420E;
}
</style>
border-color css
<style>
span { border-color: #41420E; }
span { border-color: rgb(65,66,14); }
td.TdClassName
{
border-color: #41420E;
}
.TagClassName
{
border-color: #41420E;
}
</style>