Shades of Viridian Green #5C6762
Tints of Viridian Green #5C6762
RGB
CMYK
RGB Variations
Color information
#5C6762 (or 0x5C6762) is known color: Viridian Green. HEX triplet: 5C, 67 and 62. RGB value is (92,103,98). Sum of RGB (Red+Green+Blue) = 92+103+98=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 103 - color contains mainly: green. Hex color #5C6762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6762 is #A3989D. Grayscale: #636363. Windows color (decimal): -10721438 or 6448988. OLE color: 6448988.
HSL color Cylindrical-coordinate representation of color #5C6762: hue angle of 152.73º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C6762 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 103 | 98 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.60 |
| HSL | 152.73º | 0.06% | 0.38% | - |
| HSV(B) | 152.73º | 0.11% | 0.4% | - |
| XYZ | 11.47 | 12.86 | 13.43 | - |
| YUV | 99.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 103 | 98 | 0.11 | 0 | 0.05 | 0.60 | 152.73 | 0.06 | 0.38 |
| Hex | 5C | 67 | 62 | B | 0 | 5 | 3C | 99 | 6 | 26 |
| Octal | 134 | 147 | 142 | 13 | 0 | 5 | 74 | 231 | 6 | 46 |
| Binary | 1011100 | 1100111 | 1100010 | 1011 | 0 | 101 | 111100 | 10011001 | 110 | 100110 |
Color Harmonies of #5C6762
Complementary color
Monochromatic Colors of #5C6762
Black with #5C6762
Text Example
Text Example
White with #5C6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6762; }
p { color: rgb(92,103,98); }
H1.HeaderClassName
{
color: #5C6762;
}
.AnyTagClassName
{
color: #5C6762;
}
</style>
background-color css
<style>
a { background-color: #5C6762; }
a { background-color: rgb(92,103,98); }
div.DivClassName
{
background-color: #5C6762;
}
.BgClassName
{
background-color: #5C6762;
}
</style>
border-color css
<style>
span { border-color: #5C6762; }
span { border-color: rgb(92,103,98); }
td.TdClassName
{
border-color: #5C6762;
}
.TagClassName
{
border-color: #5C6762;
}
</style>