Shades of Viridian Green #58615D
Tints of Viridian Green #58615D
RGB
CMYK
RGB Variations
Color information
#58615D (or 0x58615D) is known color: Viridian Green. HEX triplet: 58, 61 and 5D. RGB value is (88,97,93). Sum of RGB (Red+Green+Blue) = 88+97+93=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 97 - color contains mainly: green. Hex color #58615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58615D is #A79EA2. Grayscale: #5D5D5D. Windows color (decimal): -10985123 or 6119768. OLE color: 6119768.
HSL color Cylindrical-coordinate representation of color #58615D: hue angle of 153.33º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #58615D is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 97 | 93 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.62 |
| HSL | 153.33º | 0.05% | 0.36% | - |
| HSV(B) | 153.33º | 0.09% | 0.38% | - |
| XYZ | 10.27 | 11.41 | 12.02 | - |
| YUV | 93.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 97 | 93 | 0.09 | 0 | 0.04 | 0.62 | 153.33 | 0.05 | 0.36 |
| Hex | 58 | 61 | 5D | 9 | 0 | 4 | 3E | 99 | 5 | 24 |
| Octal | 130 | 141 | 135 | 11 | 0 | 4 | 76 | 231 | 5 | 44 |
| Binary | 1011000 | 1100001 | 1011101 | 1001 | 0 | 100 | 111110 | 10011001 | 101 | 100100 |
Color Harmonies of #58615D
Complementary color
Monochromatic Colors of #58615D
Black with #58615D
Text Example
Text Example
White with #58615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58615D; }
p { color: rgb(88,97,93); }
H1.HeaderClassName
{
color: #58615D;
}
.AnyTagClassName
{
color: #58615D;
}
</style>
background-color css
<style>
a { background-color: #58615D; }
a { background-color: rgb(88,97,93); }
div.DivClassName
{
background-color: #58615D;
}
.BgClassName
{
background-color: #58615D;
}
</style>
border-color css
<style>
span { border-color: #58615D; }
span { border-color: rgb(88,97,93); }
td.TdClassName
{
border-color: #58615D;
}
.TagClassName
{
border-color: #58615D;
}
</style>