Shades of Viridian Green #586460
Tints of Viridian Green #586460
RGB
CMYK
RGB Variations
Color information
#586460 (or 0x586460) is known color: Viridian Green. HEX triplet: 58, 64 and 60. RGB value is (88,100,96). Sum of RGB (Red+Green+Blue) = 88+100+96=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 100 - color contains mainly: green. Hex color #586460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586460 is #A79B9F. Grayscale: #5F5F5F. Windows color (decimal): -10984352 or 6317144. OLE color: 6317144.
HSL color Cylindrical-coordinate representation of color #586460: hue angle of 160º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #586460 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 88 | 100 | 96 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.61 |
| HSL | 160º | 0.06% | 0.37% | - |
| HSV(B) | 160º | 0.12% | 0.39% | - |
| XYZ | 10.69 | 12.03 | 12.83 | - |
| YUV | 95.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 100 | 96 | 0.12 | 0 | 0.04 | 0.61 | 160 | 0.06 | 0.37 |
| Hex | 58 | 64 | 60 | C | 0 | 4 | 3D | A0 | 6 | 25 |
| Octal | 130 | 144 | 140 | 14 | 0 | 4 | 75 | 240 | 6 | 45 |
| Binary | 1011000 | 1100100 | 1100000 | 1100 | 0 | 100 | 111101 | 10100000 | 110 | 100101 |
Color Harmonies of #586460
Complementary color
Monochromatic Colors of #586460
Black with #586460
Text Example
Text Example
White with #586460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586460; }
p { color: rgb(88,100,96); }
H1.HeaderClassName
{
color: #586460;
}
.AnyTagClassName
{
color: #586460;
}
</style>
background-color css
<style>
a { background-color: #586460; }
a { background-color: rgb(88,100,96); }
div.DivClassName
{
background-color: #586460;
}
.BgClassName
{
background-color: #586460;
}
</style>
border-color css
<style>
span { border-color: #586460; }
span { border-color: rgb(88,100,96); }
td.TdClassName
{
border-color: #586460;
}
.TagClassName
{
border-color: #586460;
}
</style>