Shades of Verdun Green #41570E
Tints of Verdun Green #41570E
RGB
CMYK
RGB Variations
Color information
#41570E (or 0x41570E) is known color: Verdun Green. HEX triplet: 41, 57 and 0E. RGB value is (65,87,14). Sum of RGB (Red+Green+Blue) = 65+87+14=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #41570E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41570E is #BEA8F1. Grayscale: #484848. Windows color (decimal): -12495090 or 939841. OLE color: 939841.
HSL color Cylindrical-coordinate representation of color #41570E: hue angle of 78.08º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41570E is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 87 | 14 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.66 |
| HSL | 78.08º | 0.72% | 0.2% | - |
| HSV(B) | 78.08º | 0.84% | 0.34% | - |
| XYZ | 5.67 | 7.97 | 1.66 | - |
| YUV | 72.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 14 | 0.25 | 0 | 0.84 | 0.66 | 78.08 | 0.72 | 0.2 |
| Hex | 41 | 57 | E | 19 | 0 | 54 | 42 | 4E | 48 | 14 |
| Octal | 101 | 127 | 16 | 31 | 0 | 124 | 102 | 116 | 110 | 24 |
| Binary | 1000001 | 1010111 | 1110 | 11001 | 0 | 1010100 | 1000010 | 1001110 | 1001000 | 10100 |
Color Harmonies of #41570E
Complementary color
Monochromatic Colors of #41570E
Black with #41570E
Text Example
Text Example
White with #41570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41570E; }
p { color: rgb(65,87,14); }
H1.HeaderClassName
{
color: #41570E;
}
.AnyTagClassName
{
color: #41570E;
}
</style>
background-color css
<style>
a { background-color: #41570E; }
a { background-color: rgb(65,87,14); }
div.DivClassName
{
background-color: #41570E;
}
.BgClassName
{
background-color: #41570E;
}
</style>
border-color css
<style>
span { border-color: #41570E; }
span { border-color: rgb(65,87,14); }
td.TdClassName
{
border-color: #41570E;
}
.TagClassName
{
border-color: #41570E;
}
</style>