Shades of Verdun Green #586306
Tints of Verdun Green #586306
RGB
CMYK
RGB Variations
Color information
#586306 (or 0x586306) is known color: Verdun Green. HEX triplet: 58, 63 and 06. RGB value is (88,99,6). Sum of RGB (Red+Green+Blue) = 88+99+6=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #586306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586306 is #A79CF9. Grayscale: #555555. Windows color (decimal): -10984698 or 418648. OLE color: 418648.
HSL color Cylindrical-coordinate representation of color #586306: hue angle of 67.1º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #586306 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 99 | 6 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.61 |
| HSL | 67.1º | 0.89% | 0.21% | - |
| HSV(B) | 67.1º | 0.94% | 0.39% | - |
| XYZ | 8.52 | 11.01 | 1.85 | - |
| YUV | 85.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 6 | 0.11 | 0 | 0.94 | 0.61 | 67.1 | 0.89 | 0.21 |
| Hex | 58 | 63 | 6 | B | 0 | 5E | 3D | 43 | 59 | 15 |
| Octal | 130 | 143 | 6 | 13 | 0 | 136 | 75 | 103 | 131 | 25 |
| Binary | 1011000 | 1100011 | 110 | 1011 | 0 | 1011110 | 111101 | 1000011 | 1011001 | 10101 |
Color Harmonies of #586306
Complementary color
Monochromatic Colors of #586306
Black with #586306
Text Example
Text Example
White with #586306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586306; }
p { color: rgb(88,99,6); }
H1.HeaderClassName
{
color: #586306;
}
.AnyTagClassName
{
color: #586306;
}
</style>
background-color css
<style>
a { background-color: #586306; }
a { background-color: rgb(88,99,6); }
div.DivClassName
{
background-color: #586306;
}
.BgClassName
{
background-color: #586306;
}
</style>
border-color css
<style>
span { border-color: #586306; }
span { border-color: rgb(88,99,6); }
td.TdClassName
{
border-color: #586306;
}
.TagClassName
{
border-color: #586306;
}
</style>