Shades of Verdun Green #405802
Tints of Verdun Green #405802
RGB
CMYK
RGB Variations
Color information
#405802 (or 0x405802) is known color: Verdun Green. HEX triplet: 40, 58 and 02. RGB value is (64,88,2). Sum of RGB (Red+Green+Blue) = 64+88+2=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #405802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405802 is #BFA7FD. Grayscale: #474747. Windows color (decimal): -12560382 or 153664. OLE color: 153664.
HSL color Cylindrical-coordinate representation of color #405802: hue angle of 76.74º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #405802 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 88 | 2 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.65 |
| HSL | 76.74º | 0.96% | 0.18% | - |
| HSV(B) | 76.74º | 0.98% | 0.35% | - |
| XYZ | 5.62 | 8.07 | 1.32 | - |
| YUV | 71.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 2 | 0.27 | 0 | 0.98 | 0.65 | 76.74 | 0.96 | 0.18 |
| Hex | 40 | 58 | 2 | 1B | 0 | 62 | 41 | 4D | 60 | 12 |
| Octal | 100 | 130 | 2 | 33 | 0 | 142 | 101 | 115 | 140 | 22 |
| Binary | 1000000 | 1011000 | 10 | 11011 | 0 | 1100010 | 1000001 | 1001101 | 1100000 | 10010 |
Color Harmonies of #405802
Complementary color
Monochromatic Colors of #405802
Black with #405802
Text Example
Text Example
White with #405802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405802; }
p { color: rgb(64,88,2); }
H1.HeaderClassName
{
color: #405802;
}
.AnyTagClassName
{
color: #405802;
}
</style>
background-color css
<style>
a { background-color: #405802; }
a { background-color: rgb(64,88,2); }
div.DivClassName
{
background-color: #405802;
}
.BgClassName
{
background-color: #405802;
}
</style>
border-color css
<style>
span { border-color: #405802; }
span { border-color: rgb(64,88,2); }
td.TdClassName
{
border-color: #405802;
}
.TagClassName
{
border-color: #405802;
}
</style>