Shades of Verdun Green #585D07
Tints of Verdun Green #585D07
RGB
CMYK
RGB Variations
Color information
#585D07 (or 0x585D07) is known color: Verdun Green. HEX triplet: 58, 5D and 07. RGB value is (88,93,7). Sum of RGB (Red+Green+Blue) = 88+93+7=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #585D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585D07 is #A7A2F8. Grayscale: #525252. Windows color (decimal): -10986233 or 482648. OLE color: 482648.
HSL color Cylindrical-coordinate representation of color #585D07: hue angle of 63.49º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #585D07 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 93 | 7 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.64 |
| HSL | 63.49º | 0.86% | 0.2% | - |
| HSV(B) | 63.49º | 0.92% | 0.36% | - |
| XYZ | 7.98 | 9.92 | 1.7 | - |
| YUV | 81.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 93 | 7 | 0.05 | 0 | 0.92 | 0.64 | 63.49 | 0.86 | 0.2 |
| Hex | 58 | 5D | 7 | 5 | 0 | 5C | 40 | 3F | 56 | 14 |
| Octal | 130 | 135 | 7 | 5 | 0 | 134 | 100 | 77 | 126 | 24 |
| Binary | 1011000 | 1011101 | 111 | 101 | 0 | 1011100 | 1000000 | 111111 | 1010110 | 10100 |
Color Harmonies of #585D07
Complementary color
Monochromatic Colors of #585D07
Black with #585D07
Text Example
Text Example
White with #585D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585D07; }
p { color: rgb(88,93,7); }
H1.HeaderClassName
{
color: #585D07;
}
.AnyTagClassName
{
color: #585D07;
}
</style>
background-color css
<style>
a { background-color: #585D07; }
a { background-color: rgb(88,93,7); }
div.DivClassName
{
background-color: #585D07;
}
.BgClassName
{
background-color: #585D07;
}
</style>
border-color css
<style>
span { border-color: #585D07; }
span { border-color: rgb(88,93,7); }
td.TdClassName
{
border-color: #585D07;
}
.TagClassName
{
border-color: #585D07;
}
</style>