Shades of Verdun Green #415205
Tints of Verdun Green #415205
RGB
CMYK
RGB Variations
Color information
#415205 (or 0x415205) is known color: Verdun Green. HEX triplet: 41, 52 and 05. RGB value is (65,82,5). Sum of RGB (Red+Green+Blue) = 65+82+5=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #415205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415205 is #BEADFA. Grayscale: #444444. Windows color (decimal): -12496379 or 348737. OLE color: 348737.
HSL color Cylindrical-coordinate representation of color #415205: hue angle of 73.25º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #415205 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 65 | 82 | 5 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.68 |
| HSL | 73.25º | 0.89% | 0.17% | - |
| HSV(B) | 73.25º | 0.94% | 0.32% | - |
| XYZ | 5.22 | 7.17 | 1.25 | - |
| YUV | 68.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 82 | 5 | 0.21 | 0 | 0.94 | 0.68 | 73.25 | 0.89 | 0.17 |
| Hex | 41 | 52 | 5 | 15 | 0 | 5E | 44 | 49 | 59 | 11 |
| Octal | 101 | 122 | 5 | 25 | 0 | 136 | 104 | 111 | 131 | 21 |
| Binary | 1000001 | 1010010 | 101 | 10101 | 0 | 1011110 | 1000100 | 1001001 | 1011001 | 10001 |
Color Harmonies of #415205
Complementary color
Monochromatic Colors of #415205
Black with #415205
Text Example
Text Example
White with #415205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415205; }
p { color: rgb(65,82,5); }
H1.HeaderClassName
{
color: #415205;
}
.AnyTagClassName
{
color: #415205;
}
</style>
background-color css
<style>
a { background-color: #415205; }
a { background-color: rgb(65,82,5); }
div.DivClassName
{
background-color: #415205;
}
.BgClassName
{
background-color: #415205;
}
</style>
border-color css
<style>
span { border-color: #415205; }
span { border-color: rgb(65,82,5); }
td.TdClassName
{
border-color: #415205;
}
.TagClassName
{
border-color: #415205;
}
</style>