Shades of Verdun Green #41570B
Tints of Verdun Green #41570B
RGB
CMYK
RGB Variations
Color information
#41570B (or 0x41570B) is known color: Verdun Green. HEX triplet: 41, 57 and 0B. RGB value is (65,87,11). Sum of RGB (Red+Green+Blue) = 65+87+11=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 87 (34.38% from 255 or 53.37% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 87 - color contains mainly: green. Hex color #41570B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41570B is #BEA8F4. Grayscale: #484848. Windows color (decimal): -12495093 or 743233. OLE color: 743233.
HSL color Cylindrical-coordinate representation of color #41570B: hue angle of 77.37º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41570B is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 87 | 11 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.66 |
| HSL | 77.37º | 0.78% | 0.19% | - |
| HSV(B) | 77.37º | 0.87% | 0.34% | - |
| XYZ | 5.65 | 7.96 | 1.56 | - |
| YUV | 71.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 11 | 0.25 | 0 | 0.87 | 0.66 | 77.37 | 0.78 | 0.19 |
| Hex | 41 | 57 | B | 19 | 0 | 57 | 42 | 4D | 4E | 13 |
| Octal | 101 | 127 | 13 | 31 | 0 | 127 | 102 | 115 | 116 | 23 |
| Binary | 1000001 | 1010111 | 1011 | 11001 | 0 | 1010111 | 1000010 | 1001101 | 1001110 | 10011 |
Color Harmonies of #41570B
Complementary color
Monochromatic Colors of #41570B
Black with #41570B
Text Example
Text Example
White with #41570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41570B; }
p { color: rgb(65,87,11); }
H1.HeaderClassName
{
color: #41570B;
}
.AnyTagClassName
{
color: #41570B;
}
</style>
background-color css
<style>
a { background-color: #41570B; }
a { background-color: rgb(65,87,11); }
div.DivClassName
{
background-color: #41570B;
}
.BgClassName
{
background-color: #41570B;
}
</style>
border-color css
<style>
span { border-color: #41570B; }
span { border-color: rgb(65,87,11); }
td.TdClassName
{
border-color: #41570B;
}
.TagClassName
{
border-color: #41570B;
}
</style>