Shades of Viridian Green #58605D
Tints of Viridian Green #58605D
RGB
CMYK
RGB Variations
Color information
#58605D (or 0x58605D) is known color: Viridian Green. HEX triplet: 58, 60 and 5D. RGB value is (88,96,93). Sum of RGB (Red+Green+Blue) = 88+96+93=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 96 - color contains mainly: green. Hex color #58605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58605D is #A79FA2. Grayscale: #5D5D5D. Windows color (decimal): -10985379 or 6119512. OLE color: 6119512.
HSL color Cylindrical-coordinate representation of color #58605D: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #58605D is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 96 | 93 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.62 |
| HSL | 157.5º | 0.04% | 0.36% | - |
| HSV(B) | 157.5º | 0.08% | 0.38% | - |
| XYZ | 10.18 | 11.23 | 11.99 | - |
| YUV | 93.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 93 | 0.08 | 0 | 0.03 | 0.62 | 157.5 | 0.04 | 0.36 |
| Hex | 58 | 60 | 5D | 8 | 0 | 3 | 3E | 9E | 4 | 24 |
| Octal | 130 | 140 | 135 | 10 | 0 | 3 | 76 | 236 | 4 | 44 |
| Binary | 1011000 | 1100000 | 1011101 | 1000 | 0 | 11 | 111110 | 10011110 | 100 | 100100 |
Color Harmonies of #58605D
Complementary color
Monochromatic Colors of #58605D
Black with #58605D
Text Example
Text Example
White with #58605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58605D; }
p { color: rgb(88,96,93); }
H1.HeaderClassName
{
color: #58605D;
}
.AnyTagClassName
{
color: #58605D;
}
</style>
background-color css
<style>
a { background-color: #58605D; }
a { background-color: rgb(88,96,93); }
div.DivClassName
{
background-color: #58605D;
}
.BgClassName
{
background-color: #58605D;
}
</style>
border-color css
<style>
span { border-color: #58605D; }
span { border-color: rgb(88,96,93); }
td.TdClassName
{
border-color: #58605D;
}
.TagClassName
{
border-color: #58605D;
}
</style>