Shades of Verdun Green #586207
Tints of Verdun Green #586207
RGB
CMYK
RGB Variations
Color information
#586207 (or 0x586207) is known color: Verdun Green. HEX triplet: 58, 62 and 07. RGB value is (88,98,7). Sum of RGB (Red+Green+Blue) = 88+98+7=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #586207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586207 is #A79DF8. Grayscale: #545454. Windows color (decimal): -10984953 or 483928. OLE color: 483928.
HSL color Cylindrical-coordinate representation of color #586207: hue angle of 66.59º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #586207 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 98 | 7 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.62 |
| HSL | 66.59º | 0.87% | 0.21% | - |
| HSV(B) | 66.59º | 0.93% | 0.38% | - |
| XYZ | 8.43 | 10.83 | 1.85 | - |
| YUV | 84.64 | 84.19 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 7 | 0.10 | 0 | 0.93 | 0.62 | 66.59 | 0.87 | 0.21 |
| Hex | 58 | 62 | 7 | A | 0 | 5D | 3E | 43 | 57 | 15 |
| Octal | 130 | 142 | 7 | 12 | 0 | 135 | 76 | 103 | 127 | 25 |
| Binary | 1011000 | 1100010 | 111 | 1010 | 0 | 1011101 | 111110 | 1000011 | 1010111 | 10101 |
Color Harmonies of #586207
Complementary color
Monochromatic Colors of #586207
Black with #586207
Text Example
Text Example
White with #586207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586207; }
p { color: rgb(88,98,7); }
H1.HeaderClassName
{
color: #586207;
}
.AnyTagClassName
{
color: #586207;
}
</style>
background-color css
<style>
a { background-color: #586207; }
a { background-color: rgb(88,98,7); }
div.DivClassName
{
background-color: #586207;
}
.BgClassName
{
background-color: #586207;
}
</style>
border-color css
<style>
span { border-color: #586207; }
span { border-color: rgb(88,98,7); }
td.TdClassName
{
border-color: #586207;
}
.TagClassName
{
border-color: #586207;
}
</style>