Shades of Verdun Green #585306
Tints of Verdun Green #585306
RGB
CMYK
RGB Variations
Color information
#585306 (or 0x585306) is known color: Verdun Green. HEX triplet: 58, 53 and 06. RGB value is (88,83,6). Sum of RGB (Red+Green+Blue) = 88+83+6=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #585306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585306 is #A7ACF9. Grayscale: #4C4C4C. Windows color (decimal): -10988794 or 414552. OLE color: 414552.
HSL color Cylindrical-coordinate representation of color #585306: hue angle of 56.34º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #585306 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 6 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.65 |
| HSL | 56.34º | 0.87% | 0.18% | - |
| HSV(B) | 56.34º | 0.93% | 0.35% | - |
| XYZ | 7.15 | 8.27 | 1.39 | - |
| YUV | 75.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 6 | 0 | 0.06 | 0.93 | 0.65 | 56.34 | 0.87 | 0.18 |
| Hex | 58 | 53 | 6 | 0 | 6 | 5D | 41 | 38 | 57 | 12 |
| Octal | 130 | 123 | 6 | 0 | 6 | 135 | 101 | 70 | 127 | 22 |
| Binary | 1011000 | 1010011 | 110 | 0 | 110 | 1011101 | 1000001 | 111000 | 1010111 | 10010 |
Color Harmonies of #585306
Complementary color
Monochromatic Colors of #585306
Black with #585306
Text Example
Text Example
White with #585306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585306; }
p { color: rgb(88,83,6); }
H1.HeaderClassName
{
color: #585306;
}
.AnyTagClassName
{
color: #585306;
}
</style>
background-color css
<style>
a { background-color: #585306; }
a { background-color: rgb(88,83,6); }
div.DivClassName
{
background-color: #585306;
}
.BgClassName
{
background-color: #585306;
}
</style>
border-color css
<style>
span { border-color: #585306; }
span { border-color: rgb(88,83,6); }
td.TdClassName
{
border-color: #585306;
}
.TagClassName
{
border-color: #585306;
}
</style>