Shades of Viridian Green #585F5C
Tints of Viridian Green #585F5C
RGB
CMYK
RGB Variations
Color information
#585F5C (or 0x585F5C) is known color: Viridian Green. HEX triplet: 58, 5F and 5C. RGB value is (88,95,92). Sum of RGB (Red+Green+Blue) = 88+95+92=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 95 - color contains mainly: green. Hex color #585F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F5C is #A7A0A3. Grayscale: #5C5C5C. Windows color (decimal): -10985636 or 6053720. OLE color: 6053720.
HSL color Cylindrical-coordinate representation of color #585F5C: hue angle of 154.29º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #585F5C is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 88 | 95 | 92 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.63 |
| HSL | 154.29º | 0.04% | 0.36% | - |
| HSV(B) | 154.29º | 0.07% | 0.37% | - |
| XYZ | 10.05 | 11.03 | 11.72 | - |
| YUV | 92.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 95 | 92 | 0.07 | 0 | 0.03 | 0.63 | 154.29 | 0.04 | 0.36 |
| Hex | 58 | 5F | 5C | 7 | 0 | 3 | 3F | 9A | 4 | 24 |
| Octal | 130 | 137 | 134 | 7 | 0 | 3 | 77 | 232 | 4 | 44 |
| Binary | 1011000 | 1011111 | 1011100 | 111 | 0 | 11 | 111111 | 10011010 | 100 | 100100 |
Color Harmonies of #585F5C
Complementary color
Monochromatic Colors of #585F5C
Black with #585F5C
Text Example
Text Example
White with #585F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585F5C; }
p { color: rgb(88,95,92); }
H1.HeaderClassName
{
color: #585F5C;
}
.AnyTagClassName
{
color: #585F5C;
}
</style>
background-color css
<style>
a { background-color: #585F5C; }
a { background-color: rgb(88,95,92); }
div.DivClassName
{
background-color: #585F5C;
}
.BgClassName
{
background-color: #585F5C;
}
</style>
border-color css
<style>
span { border-color: #585F5C; }
span { border-color: rgb(88,95,92); }
td.TdClassName
{
border-color: #585F5C;
}
.TagClassName
{
border-color: #585F5C;
}
</style>