Shades of Verdun Green #41600B
Tints of Verdun Green #41600B
RGB
CMYK
RGB Variations
Color information
#41600B (or 0x41600B) is known color: Verdun Green. HEX triplet: 41, 60 and 0B. RGB value is (65,96,11). Sum of RGB (Red+Green+Blue) = 65+96+11=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #41600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41600B is #BE9FF4. Grayscale: #4D4D4D. Windows color (decimal): -12492789 or 745537. OLE color: 745537.
HSL color Cylindrical-coordinate representation of color #41600B: hue angle of 81.88º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41600B is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 96 | 11 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.62 |
| HSL | 81.88º | 0.79% | 0.21% | - |
| HSV(B) | 81.88º | 0.89% | 0.38% | - |
| XYZ | 6.42 | 9.51 | 1.81 | - |
| YUV | 77.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 11 | 0.32 | 0 | 0.89 | 0.62 | 81.88 | 0.79 | 0.21 |
| Hex | 41 | 60 | B | 20 | 0 | 59 | 3E | 52 | 4F | 15 |
| Octal | 101 | 140 | 13 | 40 | 0 | 131 | 76 | 122 | 117 | 25 |
| Binary | 1000001 | 1100000 | 1011 | 100000 | 0 | 1011001 | 111110 | 1010010 | 1001111 | 10101 |
Color Harmonies of #41600B
Complementary color
Monochromatic Colors of #41600B
Black with #41600B
Text Example
Text Example
White with #41600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41600B; }
p { color: rgb(65,96,11); }
H1.HeaderClassName
{
color: #41600B;
}
.AnyTagClassName
{
color: #41600B;
}
</style>
background-color css
<style>
a { background-color: #41600B; }
a { background-color: rgb(65,96,11); }
div.DivClassName
{
background-color: #41600B;
}
.BgClassName
{
background-color: #41600B;
}
</style>
border-color css
<style>
span { border-color: #41600B; }
span { border-color: rgb(65,96,11); }
td.TdClassName
{
border-color: #41600B;
}
.TagClassName
{
border-color: #41600B;
}
</style>