Shades of Verdun Green #41600D
Tints of Verdun Green #41600D
RGB
CMYK
RGB Variations
Color information
#41600D (or 0x41600D) is known color: Verdun Green. HEX triplet: 41, 60 and 0D. RGB value is (65,96,13). Sum of RGB (Red+Green+Blue) = 65+96+13=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #41600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41600D is #BE9FF2. Grayscale: #4D4D4D. Windows color (decimal): -12492787 or 876609. OLE color: 876609.
HSL color Cylindrical-coordinate representation of color #41600D: hue angle of 82.41º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41600D is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 65 | 96 | 13 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.62 |
| HSL | 82.41º | 0.76% | 0.21% | - |
| HSV(B) | 82.41º | 0.86% | 0.38% | - |
| XYZ | 6.44 | 9.52 | 1.88 | - |
| YUV | 77.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 13 | 0.32 | 0 | 0.86 | 0.62 | 82.41 | 0.76 | 0.21 |
| Hex | 41 | 60 | D | 20 | 0 | 56 | 3E | 52 | 4C | 15 |
| Octal | 101 | 140 | 15 | 40 | 0 | 126 | 76 | 122 | 114 | 25 |
| Binary | 1000001 | 1100000 | 1101 | 100000 | 0 | 1010110 | 111110 | 1010010 | 1001100 | 10101 |
Color Harmonies of #41600D
Complementary color
Monochromatic Colors of #41600D
Black with #41600D
Text Example
Text Example
White with #41600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41600D; }
p { color: rgb(65,96,13); }
H1.HeaderClassName
{
color: #41600D;
}
.AnyTagClassName
{
color: #41600D;
}
</style>
background-color css
<style>
a { background-color: #41600D; }
a { background-color: rgb(65,96,13); }
div.DivClassName
{
background-color: #41600D;
}
.BgClassName
{
background-color: #41600D;
}
</style>
border-color css
<style>
span { border-color: #41600D; }
span { border-color: rgb(65,96,13); }
td.TdClassName
{
border-color: #41600D;
}
.TagClassName
{
border-color: #41600D;
}
</style>