Shades of Viridian Green #586B64
Tints of Viridian Green #586B64
RGB
CMYK
RGB Variations
Color information
#586B64 (or 0x586B64) is known color: Viridian Green. HEX triplet: 58, 6B and 64. RGB value is (88,107,100). Sum of RGB (Red+Green+Blue) = 88+107+100=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 107 - color contains mainly: green. Hex color #586B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B64 is #A7949B. Grayscale: #646464. Windows color (decimal): -10982556 or 6581080. OLE color: 6581080.
HSL color Cylindrical-coordinate representation of color #586B64: hue angle of 157.89º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #586B64 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 107 | 100 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.58 |
| HSL | 157.89º | 0.1% | 0.38% | - |
| HSV(B) | 157.89º | 0.18% | 0.42% | - |
| XYZ | 11.58 | 13.51 | 14.05 | - |
| YUV | 100.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 107 | 100 | 0.18 | 0 | 0.07 | 0.58 | 157.89 | 0.1 | 0.38 |
| Hex | 58 | 6B | 64 | 12 | 0 | 7 | 3A | 9E | A | 26 |
| Octal | 130 | 153 | 144 | 22 | 0 | 7 | 72 | 236 | 12 | 46 |
| Binary | 1011000 | 1101011 | 1100100 | 10010 | 0 | 111 | 111010 | 10011110 | 1010 | 100110 |
Color Harmonies of #586B64
Complementary color
Monochromatic Colors of #586B64
Black with #586B64
Text Example
Text Example
White with #586B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586B64; }
p { color: rgb(88,107,100); }
H1.HeaderClassName
{
color: #586B64;
}
.AnyTagClassName
{
color: #586B64;
}
</style>
background-color css
<style>
a { background-color: #586B64; }
a { background-color: rgb(88,107,100); }
div.DivClassName
{
background-color: #586B64;
}
.BgClassName
{
background-color: #586B64;
}
</style>
border-color css
<style>
span { border-color: #586B64; }
span { border-color: rgb(88,107,100); }
td.TdClassName
{
border-color: #586B64;
}
.TagClassName
{
border-color: #586B64;
}
</style>