Shades of Verdun Green #586403
Tints of Verdun Green #586403
RGB
CMYK
RGB Variations
Color information
#586403 (or 0x586403) is known color: Verdun Green. HEX triplet: 58, 64 and 03. RGB value is (88,100,3). Sum of RGB (Red+Green+Blue) = 88+100+3=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #586403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586403 is #A79BFC. Grayscale: #555555. Windows color (decimal): -10984445 or 222296. OLE color: 222296.
HSL color Cylindrical-coordinate representation of color #586403: hue angle of 67.42º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #586403 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 100 | 3 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.61 |
| HSL | 67.42º | 0.94% | 0.2% | - |
| HSV(B) | 67.42º | 0.97% | 0.39% | - |
| XYZ | 8.6 | 11.2 | 1.79 | - |
| YUV | 85.35 | 81.52 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 3 | 0.12 | 0 | 0.97 | 0.61 | 67.42 | 0.94 | 0.2 |
| Hex | 58 | 64 | 3 | C | 0 | 61 | 3D | 43 | 5E | 14 |
| Octal | 130 | 144 | 3 | 14 | 0 | 141 | 75 | 103 | 136 | 24 |
| Binary | 1011000 | 1100100 | 11 | 1100 | 0 | 1100001 | 111101 | 1000011 | 1011110 | 10100 |
Color Harmonies of #586403
Complementary color
Monochromatic Colors of #586403
Black with #586403
Text Example
Text Example
White with #586403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586403; }
p { color: rgb(88,100,3); }
H1.HeaderClassName
{
color: #586403;
}
.AnyTagClassName
{
color: #586403;
}
</style>
background-color css
<style>
a { background-color: #586403; }
a { background-color: rgb(88,100,3); }
div.DivClassName
{
background-color: #586403;
}
.BgClassName
{
background-color: #586403;
}
</style>
border-color css
<style>
span { border-color: #586403; }
span { border-color: rgb(88,100,3); }
td.TdClassName
{
border-color: #586403;
}
.TagClassName
{
border-color: #586403;
}
</style>