Shades of Viridian Green #5C6361
Tints of Viridian Green #5C6361
RGB
CMYK
RGB Variations
Color information
#5C6361 (or 0x5C6361) is known color: Viridian Green. HEX triplet: 5C, 63 and 61. RGB value is (92,99,97). Sum of RGB (Red+Green+Blue) = 92+99+97=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6361 is #A39C9E. Grayscale: #606060. Windows color (decimal): -10722463 or 6382428. OLE color: 6382428.
HSL color Cylindrical-coordinate representation of color #5C6361: hue angle of 162.86º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5C6361 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 97 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.61 |
| HSL | 162.86º | 0.04% | 0.37% | - |
| HSV(B) | 162.86º | 0.07% | 0.39% | - |
| XYZ | 11.03 | 12.06 | 13.06 | - |
| YUV | 96.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 97 | 0.07 | 0 | 0.02 | 0.61 | 162.86 | 0.04 | 0.37 |
| Hex | 5C | 63 | 61 | 7 | 0 | 2 | 3D | A3 | 4 | 25 |
| Octal | 134 | 143 | 141 | 7 | 0 | 2 | 75 | 243 | 4 | 45 |
| Binary | 1011100 | 1100011 | 1100001 | 111 | 0 | 10 | 111101 | 10100011 | 100 | 100101 |
Color Harmonies of #5C6361
Complementary color
Monochromatic Colors of #5C6361
Black with #5C6361
Text Example
Text Example
White with #5C6361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6361; }
p { color: rgb(92,99,97); }
H1.HeaderClassName
{
color: #5C6361;
}
.AnyTagClassName
{
color: #5C6361;
}
</style>
background-color css
<style>
a { background-color: #5C6361; }
a { background-color: rgb(92,99,97); }
div.DivClassName
{
background-color: #5C6361;
}
.BgClassName
{
background-color: #5C6361;
}
</style>
border-color css
<style>
span { border-color: #5C6361; }
span { border-color: rgb(92,99,97); }
td.TdClassName
{
border-color: #5C6361;
}
.TagClassName
{
border-color: #5C6361;
}
</style>