Shades of Viridian Green #5C6260
Tints of Viridian Green #5C6260
RGB
CMYK
RGB Variations
Color information
#5C6260 (or 0x5C6260) is known color: Viridian Green. HEX triplet: 5C, 62 and 60. RGB value is (92,98,96). Sum of RGB (Red+Green+Blue) = 92+98+96=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 98 - color contains mainly: green. Hex color #5C6260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6260 is #A39D9F. Grayscale: #5F5F5F. Windows color (decimal): -10722720 or 6316636. OLE color: 6316636.
HSL color Cylindrical-coordinate representation of color #5C6260: hue angle of 160º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5C6260 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 98 | 96 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.62 |
| HSL | 160º | 0.03% | 0.37% | - |
| HSV(B) | 160º | 0.06% | 0.38% | - |
| XYZ | 10.89 | 11.86 | 12.78 | - |
| YUV | 95.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 98 | 96 | 0.06 | 0 | 0.02 | 0.62 | 160 | 0.03 | 0.37 |
| Hex | 5C | 62 | 60 | 6 | 0 | 2 | 3E | A0 | 3 | 25 |
| Octal | 134 | 142 | 140 | 6 | 0 | 2 | 76 | 240 | 3 | 45 |
| Binary | 1011100 | 1100010 | 1100000 | 110 | 0 | 10 | 111110 | 10100000 | 11 | 100101 |
Color Harmonies of #5C6260
Complementary color
Monochromatic Colors of #5C6260
Black with #5C6260
Text Example
Text Example
White with #5C6260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6260; }
p { color: rgb(92,98,96); }
H1.HeaderClassName
{
color: #5C6260;
}
.AnyTagClassName
{
color: #5C6260;
}
</style>
background-color css
<style>
a { background-color: #5C6260; }
a { background-color: rgb(92,98,96); }
div.DivClassName
{
background-color: #5C6260;
}
.BgClassName
{
background-color: #5C6260;
}
</style>
border-color css
<style>
span { border-color: #5C6260; }
span { border-color: rgb(92,98,96); }
td.TdClassName
{
border-color: #5C6260;
}
.TagClassName
{
border-color: #5C6260;
}
</style>