Shades of Viridian Green #5C6360
Tints of Viridian Green #5C6360
RGB
CMYK
RGB Variations
Color information
#5C6360 (or 0x5C6360) is known color: Viridian Green. HEX triplet: 5C, 63 and 60. RGB value is (92,99,96). Sum of RGB (Red+Green+Blue) = 92+99+96=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6360 is #A39C9F. Grayscale: #606060. Windows color (decimal): -10722464 or 6316892. OLE color: 6316892.
HSL color Cylindrical-coordinate representation of color #5C6360: hue angle of 154.29º 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 #5C6360 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 96 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.61 |
| HSL | 154.29º | 0.04% | 0.37% | - |
| HSV(B) | 154.29º | 0.07% | 0.39% | - |
| XYZ | 10.99 | 12.04 | 12.81 | - |
| YUV | 96.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 96 | 0.07 | 0 | 0.03 | 0.61 | 154.29 | 0.04 | 0.37 |
| Hex | 5C | 63 | 60 | 7 | 0 | 3 | 3D | 9A | 4 | 25 |
| Octal | 134 | 143 | 140 | 7 | 0 | 3 | 75 | 232 | 4 | 45 |
| Binary | 1011100 | 1100011 | 1100000 | 111 | 0 | 11 | 111101 | 10011010 | 100 | 100101 |
Color Harmonies of #5C6360
Complementary color
Monochromatic Colors of #5C6360
Black with #5C6360
Text Example
Text Example
White with #5C6360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6360; }
p { color: rgb(92,99,96); }
H1.HeaderClassName
{
color: #5C6360;
}
.AnyTagClassName
{
color: #5C6360;
}
</style>
background-color css
<style>
a { background-color: #5C6360; }
a { background-color: rgb(92,99,96); }
div.DivClassName
{
background-color: #5C6360;
}
.BgClassName
{
background-color: #5C6360;
}
</style>
border-color css
<style>
span { border-color: #5C6360; }
span { border-color: rgb(92,99,96); }
td.TdClassName
{
border-color: #5C6360;
}
.TagClassName
{
border-color: #5C6360;
}
</style>