Shades of Viridian Green #5C605F
Tints of Viridian Green #5C605F
RGB
CMYK
RGB Variations
Color information
#5C605F (or 0x5C605F) is known color: Viridian Green. HEX triplet: 5C, 60 and 5F. RGB value is (92,96,95). Sum of RGB (Red+Green+Blue) = 92+96+95=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 96 - color contains mainly: green. Hex color #5C605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C605F is #A39FA0. Grayscale: #5E5E5E. Windows color (decimal): -10723233 or 6250588. OLE color: 6250588.
HSL color Cylindrical-coordinate representation of color #5C605F: hue angle of 165º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5C605F is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 95 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.62 |
| HSL | 165º | 0.02% | 0.37% | - |
| HSV(B) | 165º | 0.04% | 0.38% | - |
| XYZ | 10.66 | 11.47 | 12.48 | - |
| YUV | 94.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 95 | 0.04 | 0 | 0.01 | 0.62 | 165 | 0.02 | 0.37 |
| Hex | 5C | 60 | 5F | 4 | 0 | 1 | 3E | A5 | 2 | 25 |
| Octal | 134 | 140 | 137 | 4 | 0 | 1 | 76 | 245 | 2 | 45 |
| Binary | 1011100 | 1100000 | 1011111 | 100 | 0 | 1 | 111110 | 10100101 | 10 | 100101 |
Color Harmonies of #5C605F
Complementary color
Monochromatic Colors of #5C605F
Black with #5C605F
Text Example
Text Example
White with #5C605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C605F; }
p { color: rgb(92,96,95); }
H1.HeaderClassName
{
color: #5C605F;
}
.AnyTagClassName
{
color: #5C605F;
}
</style>
background-color css
<style>
a { background-color: #5C605F; }
a { background-color: rgb(92,96,95); }
div.DivClassName
{
background-color: #5C605F;
}
.BgClassName
{
background-color: #5C605F;
}
</style>
border-color css
<style>
span { border-color: #5C605F; }
span { border-color: rgb(92,96,95); }
td.TdClassName
{
border-color: #5C605F;
}
.TagClassName
{
border-color: #5C605F;
}
</style>