Shades of Verdun Green #41570D
Tints of Verdun Green #41570D
RGB
CMYK
RGB Variations
Color information
#41570D (or 0x41570D) is known color: Verdun Green. HEX triplet: 41, 57 and 0D. RGB value is (65,87,13). Sum of RGB (Red+Green+Blue) = 65+87+13=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #41570D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41570D is #BEA8F2. Grayscale: #484848. Windows color (decimal): -12495091 or 874305. OLE color: 874305.
HSL color Cylindrical-coordinate representation of color #41570D: hue angle of 77.84º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41570D is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 87 | 13 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.66 |
| HSL | 77.84º | 0.74% | 0.2% | - |
| HSV(B) | 77.84º | 0.85% | 0.34% | - |
| XYZ | 5.66 | 7.97 | 1.62 | - |
| YUV | 71.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 13 | 0.25 | 0 | 0.85 | 0.66 | 77.84 | 0.74 | 0.2 |
| Hex | 41 | 57 | D | 19 | 0 | 55 | 42 | 4E | 4A | 14 |
| Octal | 101 | 127 | 15 | 31 | 0 | 125 | 102 | 116 | 112 | 24 |
| Binary | 1000001 | 1010111 | 1101 | 11001 | 0 | 1010101 | 1000010 | 1001110 | 1001010 | 10100 |
Color Harmonies of #41570D
Complementary color
Monochromatic Colors of #41570D
Black with #41570D
Text Example
Text Example
White with #41570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41570D; }
p { color: rgb(65,87,13); }
H1.HeaderClassName
{
color: #41570D;
}
.AnyTagClassName
{
color: #41570D;
}
</style>
background-color css
<style>
a { background-color: #41570D; }
a { background-color: rgb(65,87,13); }
div.DivClassName
{
background-color: #41570D;
}
.BgClassName
{
background-color: #41570D;
}
</style>
border-color css
<style>
span { border-color: #41570D; }
span { border-color: rgb(65,87,13); }
td.TdClassName
{
border-color: #41570D;
}
.TagClassName
{
border-color: #41570D;
}
</style>