Shades of Verdun Green #586301
Tints of Verdun Green #586301
RGB
CMYK
RGB Variations
Color information
#586301 (or 0x586301) is known color: Verdun Green. HEX triplet: 58, 63 and 01. RGB value is (88,99,1). Sum of RGB (Red+Green+Blue) = 88+99+1=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #586301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586301 is #A79CFE. Grayscale: #545454. Windows color (decimal): -10984703 or 90968. OLE color: 90968.
HSL color Cylindrical-coordinate representation of color #586301: hue angle of 66.73º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #586301 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 99 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.61 |
| HSL | 66.73º | 0.98% | 0.2% | - |
| HSV(B) | 66.73º | 0.99% | 0.39% | - |
| XYZ | 8.49 | 11 | 1.7 | - |
| YUV | 84.54 | 80.86 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 99 | 1 | 0.11 | 0 | 0.99 | 0.61 | 66.73 | 0.98 | 0.2 |
| Hex | 58 | 63 | 1 | B | 0 | 63 | 3D | 43 | 62 | 14 |
| Octal | 130 | 143 | 1 | 13 | 0 | 143 | 75 | 103 | 142 | 24 |
| Binary | 1011000 | 1100011 | 1 | 1011 | 0 | 1100011 | 111101 | 1000011 | 1100010 | 10100 |
Color Harmonies of #586301
Complementary color
Monochromatic Colors of #586301
Black with #586301
Text Example
Text Example
White with #586301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586301; }
p { color: rgb(88,99,1); }
H1.HeaderClassName
{
color: #586301;
}
.AnyTagClassName
{
color: #586301;
}
</style>
background-color css
<style>
a { background-color: #586301; }
a { background-color: rgb(88,99,1); }
div.DivClassName
{
background-color: #586301;
}
.BgClassName
{
background-color: #586301;
}
</style>
border-color css
<style>
span { border-color: #586301; }
span { border-color: rgb(88,99,1); }
td.TdClassName
{
border-color: #586301;
}
.TagClassName
{
border-color: #586301;
}
</style>