Shades of Viridian Green #58655E
Tints of Viridian Green #58655E
RGB
CMYK
RGB Variations
Color information
#58655E (or 0x58655E) is known color: Viridian Green. HEX triplet: 58, 65 and 5E. RGB value is (88,101,94). Sum of RGB (Red+Green+Blue) = 88+101+94=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 101 - color contains mainly: green. Hex color #58655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58655E is #A79AA1. Grayscale: #606060. Windows color (decimal): -10984098 or 6186328. OLE color: 6186328.
HSL color Cylindrical-coordinate representation of color #58655E: hue angle of 147.69º 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 #58655E is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 101 | 94 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.60 |
| HSL | 147.69º | 0.07% | 0.37% | - |
| HSV(B) | 147.69º | 0.13% | 0.4% | - |
| XYZ | 10.7 | 12.19 | 12.38 | - |
| YUV | 96.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 101 | 94 | 0.13 | 0 | 0.07 | 0.60 | 147.69 | 0.07 | 0.37 |
| Hex | 58 | 65 | 5E | D | 0 | 7 | 3C | 94 | 7 | 25 |
| Octal | 130 | 145 | 136 | 15 | 0 | 7 | 74 | 224 | 7 | 45 |
| Binary | 1011000 | 1100101 | 1011110 | 1101 | 0 | 111 | 111100 | 10010100 | 111 | 100101 |
Color Harmonies of #58655E
Complementary color
Monochromatic Colors of #58655E
Black with #58655E
Text Example
Text Example
White with #58655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58655E; }
p { color: rgb(88,101,94); }
H1.HeaderClassName
{
color: #58655E;
}
.AnyTagClassName
{
color: #58655E;
}
</style>
background-color css
<style>
a { background-color: #58655E; }
a { background-color: rgb(88,101,94); }
div.DivClassName
{
background-color: #58655E;
}
.BgClassName
{
background-color: #58655E;
}
</style>
border-color css
<style>
span { border-color: #58655E; }
span { border-color: rgb(88,101,94); }
td.TdClassName
{
border-color: #58655E;
}
.TagClassName
{
border-color: #58655E;
}
</style>