Shades of Viridian Green #5C5F5E
Tints of Viridian Green #5C5F5E
RGB
CMYK
RGB Variations
Color information
#5C5F5E (or 0x5C5F5E) is known color: Viridian Green. HEX triplet: 5C, 5F and 5E. RGB value is (92,95,94). Sum of RGB (Red+Green+Blue) = 92+95+94=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 95 - color contains mainly: green. Hex color #5C5F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5F5E is #A3A0A1. Grayscale: #5D5D5D. Windows color (decimal): -10723490 or 6184796. OLE color: 6184796.
HSL color Cylindrical-coordinate representation of color #5C5F5E: hue angle of 160º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5C5F5E is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
RGB | 92 | 95 | 94 | - |
CMYK | 0.03 | 0 | 0.01 | 0.63 |
HSL | 160º | 0.02% | 0.37% | - |
HSV(B) | 160º | 0.03% | 0.37% | - |
XYZ | 10.53 | 11.27 | 12.21 | - |
YUV | 93.99 | 128.01 | 126.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 92 | 95 | 94 | 0.03 | 0 | 0.01 | 0.63 | 160 | 0.02 | 0.37 |
Hex | 5C | 5F | 5E | 3 | 0 | 1 | 3F | A0 | 2 | 25 |
Octal | 134 | 137 | 136 | 3 | 0 | 1 | 77 | 240 | 2 | 45 |
Binary | 1011100 | 1011111 | 1011110 | 11 | 0 | 1 | 111111 | 10100000 | 10 | 100101 |
Color Harmonies of #5C5F5E
Complementary color
Monochromatic Colors of #5C5F5E
Black with #5C5F5E
Text Example
Text Example
White with #5C5F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5F5E; }
p { color: rgb(92,95,94); }
H1.HeaderClassName
{
color: #5C5F5E;
}
.AnyTagClassName
{
color: #5C5F5E;
}
</style>
background-color css
<style>
a { background-color: #5C5F5E; }
a { background-color: rgb(92,95,94); }
div.DivClassName
{
background-color: #5C5F5E;
}
.BgClassName
{
background-color: #5C5F5E;
}
</style>
border-color css
<style>
span { border-color: #5C5F5E; }
span { border-color: rgb(92,95,94); }
td.TdClassName
{
border-color: #5C5F5E;
}
.TagClassName
{
border-color: #5C5F5E;
}
</style>