Shades of Viridian Green #58655F
Tints of Viridian Green #58655F
RGB
CMYK
RGB Variations
Color information
#58655F (or 0x58655F) is known color: Viridian Green. HEX triplet: 58, 65 and 5F. RGB value is (88,101,95). Sum of RGB (Red+Green+Blue) = 88+101+95=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 101 - color contains mainly: green. Hex color #58655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58655F is #A79AA0. Grayscale: #606060. Windows color (decimal): -10984097 or 6251864. OLE color: 6251864.
HSL color Cylindrical-coordinate representation of color #58655F: hue angle of 152.31º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #58655F is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 101 | 95 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.60 |
| HSL | 152.31º | 0.07% | 0.37% | - |
| HSV(B) | 152.31º | 0.13% | 0.4% | - |
| XYZ | 10.74 | 12.21 | 12.62 | - |
| YUV | 96.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 95 | 0.13 | 0 | 0.06 | 0.60 | 152.31 | 0.07 | 0.37 |
| Hex | 58 | 65 | 5F | D | 0 | 6 | 3C | 98 | 7 | 25 |
| Octal | 130 | 145 | 137 | 15 | 0 | 6 | 74 | 230 | 7 | 45 |
| Binary | 1011000 | 1100101 | 1011111 | 1101 | 0 | 110 | 111100 | 10011000 | 111 | 100101 |
Color Harmonies of #58655F
Complementary color
Monochromatic Colors of #58655F
Black with #58655F
Text Example
Text Example
White with #58655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58655F; }
p { color: rgb(88,101,95); }
H1.HeaderClassName
{
color: #58655F;
}
.AnyTagClassName
{
color: #58655F;
}
</style>
background-color css
<style>
a { background-color: #58655F; }
a { background-color: rgb(88,101,95); }
div.DivClassName
{
background-color: #58655F;
}
.BgClassName
{
background-color: #58655F;
}
</style>
border-color css
<style>
span { border-color: #58655F; }
span { border-color: rgb(88,101,95); }
td.TdClassName
{
border-color: #58655F;
}
.TagClassName
{
border-color: #58655F;
}
</style>