Shades of Verdun Green #415800
Tints of Verdun Green #415800
RGB
CMYK
RGB Variations
Color information
#415800 (or 0x415800) is known color: Verdun Green. HEX triplet: 41, 58 and 00. RGB value is (65,88,0). Sum of RGB (Red+Green+Blue) = 65+88+0=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #415800 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415800 is #BEA7FF. Grayscale: #474747. Windows color (decimal): -12494848 or 22593. OLE color: 22593.
HSL color Cylindrical-coordinate representation of color #415800: hue angle of 75.68º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #415800 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 88 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.65 |
| HSL | 75.68º | 1% | 0.17% | - |
| HSV(B) | 75.68º | 1% | 0.35% | - |
| XYZ | 5.67 | 8.1 | 1.27 | - |
| YUV | 71.09 | 87.88 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 88 | 0 | 0.26 | 0 | 1 | 0.65 | 75.68 | 1 | 0.17 |
| Hex | 41 | 58 | 0 | 1A | 0 | 64 | 41 | 4C | 64 | 11 |
| Octal | 101 | 130 | 0 | 32 | 0 | 144 | 101 | 114 | 144 | 21 |
| Binary | 1000001 | 1011000 | 0 | 11010 | 0 | 1100100 | 1000001 | 1001100 | 1100100 | 10001 |
Color Harmonies of #415800
Complementary color
Monochromatic Colors of #415800
Black with #415800
Text Example
Text Example
White with #415800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415800; }
p { color: rgb(65,88,0); }
H1.HeaderClassName
{
color: #415800;
}
.AnyTagClassName
{
color: #415800;
}
</style>
background-color css
<style>
a { background-color: #415800; }
a { background-color: rgb(65,88,0); }
div.DivClassName
{
background-color: #415800;
}
.BgClassName
{
background-color: #415800;
}
</style>
border-color css
<style>
span { border-color: #415800; }
span { border-color: rgb(65,88,0); }
td.TdClassName
{
border-color: #415800;
}
.TagClassName
{
border-color: #415800;
}
</style>