Shades of Verdun Green #585101
Tints of Verdun Green #585101
RGB
CMYK
RGB Variations
Color information
#585101 (or 0x585101) is known color: Verdun Green. HEX triplet: 58, 51 and 01. RGB value is (88,81,1). Sum of RGB (Red+Green+Blue) = 88+81+1=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #585101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585101 is #A7AEFE. Grayscale: #4A4A4A. Windows color (decimal): -10989311 or 86360. OLE color: 86360.
HSL color Cylindrical-coordinate representation of color #585101: hue angle of 55.17º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #585101 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.65 |
| HSL | 55.17º | 0.98% | 0.17% | - |
| HSV(B) | 55.17º | 0.99% | 0.35% | - |
| XYZ | 6.97 | 7.96 | 1.2 | - |
| YUV | 73.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 1 | 0 | 0.08 | 0.99 | 0.65 | 55.17 | 0.98 | 0.17 |
| Hex | 58 | 51 | 1 | 0 | 8 | 63 | 41 | 37 | 62 | 11 |
| Octal | 130 | 121 | 1 | 0 | 10 | 143 | 101 | 67 | 142 | 21 |
| Binary | 1011000 | 1010001 | 1 | 0 | 1000 | 1100011 | 1000001 | 110111 | 1100010 | 10001 |
Color Harmonies of #585101
Complementary color
Monochromatic Colors of #585101
Black with #585101
Text Example
Text Example
White with #585101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585101; }
p { color: rgb(88,81,1); }
H1.HeaderClassName
{
color: #585101;
}
.AnyTagClassName
{
color: #585101;
}
</style>
background-color css
<style>
a { background-color: #585101; }
a { background-color: rgb(88,81,1); }
div.DivClassName
{
background-color: #585101;
}
.BgClassName
{
background-color: #585101;
}
</style>
border-color css
<style>
span { border-color: #585101; }
span { border-color: rgb(88,81,1); }
td.TdClassName
{
border-color: #585101;
}
.TagClassName
{
border-color: #585101;
}
</style>