Shades of Verdun Green #41570C
Tints of Verdun Green #41570C
RGB
CMYK
RGB Variations
Color information
#41570C (or 0x41570C) is known color: Verdun Green. HEX triplet: 41, 57 and 0C. RGB value is (65,87,12). Sum of RGB (Red+Green+Blue) = 65+87+12=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 87 (34.38% from 255 or 53.05% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 87 - color contains mainly: green. Hex color #41570C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41570C is #BEA8F3. Grayscale: #484848. Windows color (decimal): -12495092 or 808769. OLE color: 808769.
HSL color Cylindrical-coordinate representation of color #41570C: hue angle of 77.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41570C is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 87 | 12 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.66 |
| HSL | 77.6º | 0.76% | 0.19% | - |
| HSV(B) | 77.6º | 0.86% | 0.34% | - |
| XYZ | 5.65 | 7.97 | 1.59 | - |
| YUV | 71.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 87 | 12 | 0.25 | 0 | 0.86 | 0.66 | 77.6 | 0.76 | 0.19 |
| Hex | 41 | 57 | C | 19 | 0 | 56 | 42 | 4E | 4C | 13 |
| Octal | 101 | 127 | 14 | 31 | 0 | 126 | 102 | 116 | 114 | 23 |
| Binary | 1000001 | 1010111 | 1100 | 11001 | 0 | 1010110 | 1000010 | 1001110 | 1001100 | 10011 |
Color Harmonies of #41570C
Complementary color
Monochromatic Colors of #41570C
Black with #41570C
Text Example
Text Example
White with #41570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41570C; }
p { color: rgb(65,87,12); }
H1.HeaderClassName
{
color: #41570C;
}
.AnyTagClassName
{
color: #41570C;
}
</style>
background-color css
<style>
a { background-color: #41570C; }
a { background-color: rgb(65,87,12); }
div.DivClassName
{
background-color: #41570C;
}
.BgClassName
{
background-color: #41570C;
}
</style>
border-color css
<style>
span { border-color: #41570C; }
span { border-color: rgb(65,87,12); }
td.TdClassName
{
border-color: #41570C;
}
.TagClassName
{
border-color: #41570C;
}
</style>