Shades of Verdun Green #586404
Tints of Verdun Green #586404
RGB
CMYK
RGB Variations
Color information
#586404 (or 0x586404) is known color: Verdun Green. HEX triplet: 58, 64 and 04. RGB value is (88,100,4). Sum of RGB (Red+Green+Blue) = 88+100+4=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 100 (39.45% from 255 or 52.08% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 100 - color contains mainly: green. Hex color #586404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586404 is #A79BFB. Grayscale: #555555. Windows color (decimal): -10984444 or 287832. OLE color: 287832.
HSL color Cylindrical-coordinate representation of color #586404: hue angle of 67.5º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #586404 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 100 | 4 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.61 |
| HSL | 67.5º | 0.92% | 0.2% | - |
| HSV(B) | 67.5º | 0.96% | 0.39% | - |
| XYZ | 8.6 | 11.2 | 1.82 | - |
| YUV | 85.47 | 82.02 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 4 | 0.12 | 0 | 0.96 | 0.61 | 67.5 | 0.92 | 0.2 |
| Hex | 58 | 64 | 4 | C | 0 | 60 | 3D | 44 | 5C | 14 |
| Octal | 130 | 144 | 4 | 14 | 0 | 140 | 75 | 104 | 134 | 24 |
| Binary | 1011000 | 1100100 | 100 | 1100 | 0 | 1100000 | 111101 | 1000100 | 1011100 | 10100 |
Color Harmonies of #586404
Complementary color
Monochromatic Colors of #586404
Black with #586404
Text Example
Text Example
White with #586404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586404; }
p { color: rgb(88,100,4); }
H1.HeaderClassName
{
color: #586404;
}
.AnyTagClassName
{
color: #586404;
}
</style>
background-color css
<style>
a { background-color: #586404; }
a { background-color: rgb(88,100,4); }
div.DivClassName
{
background-color: #586404;
}
.BgClassName
{
background-color: #586404;
}
</style>
border-color css
<style>
span { border-color: #586404; }
span { border-color: rgb(88,100,4); }
td.TdClassName
{
border-color: #586404;
}
.TagClassName
{
border-color: #586404;
}
</style>