Shades of Verdun Green #415008
Tints of Verdun Green #415008
RGB
CMYK
RGB Variations
Color information
#415008 (or 0x415008) is known color: Verdun Green. HEX triplet: 41, 50 and 08. RGB value is (65,80,8). Sum of RGB (Red+Green+Blue) = 65+80+8=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 80 (31.64% from 255 or 52.29% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 80 - color contains mainly: green. Hex color #415008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415008 is #BEAFF7. Grayscale: #434343. Windows color (decimal): -12496888 or 544833. OLE color: 544833.
HSL color Cylindrical-coordinate representation of color #415008: hue angle of 72.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #415008 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 80 | 8 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.69 |
| HSL | 72.5º | 0.82% | 0.17% | - |
| HSV(B) | 72.5º | 0.9% | 0.31% | - |
| XYZ | 5.09 | 6.88 | 1.29 | - |
| YUV | 67.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 8 | 0.19 | 0 | 0.90 | 0.69 | 72.5 | 0.82 | 0.17 |
| Hex | 41 | 50 | 8 | 13 | 0 | 5A | 45 | 48 | 52 | 11 |
| Octal | 101 | 120 | 10 | 23 | 0 | 132 | 105 | 110 | 122 | 21 |
| Binary | 1000001 | 1010000 | 1000 | 10011 | 0 | 1011010 | 1000101 | 1001000 | 1010010 | 10001 |
Color Harmonies of #415008
Complementary color
Monochromatic Colors of #415008
Black with #415008
Text Example
Text Example
White with #415008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415008; }
p { color: rgb(65,80,8); }
H1.HeaderClassName
{
color: #415008;
}
.AnyTagClassName
{
color: #415008;
}
</style>
background-color css
<style>
a { background-color: #415008; }
a { background-color: rgb(65,80,8); }
div.DivClassName
{
background-color: #415008;
}
.BgClassName
{
background-color: #415008;
}
</style>
border-color css
<style>
span { border-color: #415008; }
span { border-color: rgb(65,80,8); }
td.TdClassName
{
border-color: #415008;
}
.TagClassName
{
border-color: #415008;
}
</style>