Shades of Verdun Green #585305
Tints of Verdun Green #585305
RGB
CMYK
RGB Variations
Color information
#585305 (or 0x585305) is known color: Verdun Green. HEX triplet: 58, 53 and 05. RGB value is (88,83,5). Sum of RGB (Red+Green+Blue) = 88+83+5=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #585305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585305 is #A7ACFA. Grayscale: #4B4B4B. Windows color (decimal): -10988795 or 349016. OLE color: 349016.
HSL color Cylindrical-coordinate representation of color #585305: hue angle of 56.39º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #585305 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 5 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.65 |
| HSL | 56.39º | 0.89% | 0.18% | - |
| HSV(B) | 56.39º | 0.94% | 0.35% | - |
| XYZ | 7.15 | 8.27 | 1.36 | - |
| YUV | 75.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 5 | 0 | 0.06 | 0.94 | 0.65 | 56.39 | 0.89 | 0.18 |
| Hex | 58 | 53 | 5 | 0 | 6 | 5E | 41 | 38 | 59 | 12 |
| Octal | 130 | 123 | 5 | 0 | 6 | 136 | 101 | 70 | 131 | 22 |
| Binary | 1011000 | 1010011 | 101 | 0 | 110 | 1011110 | 1000001 | 111000 | 1011001 | 10010 |
Color Harmonies of #585305
Complementary color
Monochromatic Colors of #585305
Black with #585305
Text Example
Text Example
White with #585305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585305; }
p { color: rgb(88,83,5); }
H1.HeaderClassName
{
color: #585305;
}
.AnyTagClassName
{
color: #585305;
}
</style>
background-color css
<style>
a { background-color: #585305; }
a { background-color: rgb(88,83,5); }
div.DivClassName
{
background-color: #585305;
}
.BgClassName
{
background-color: #585305;
}
</style>
border-color css
<style>
span { border-color: #585305; }
span { border-color: rgb(88,83,5); }
td.TdClassName
{
border-color: #585305;
}
.TagClassName
{
border-color: #585305;
}
</style>