Shades of Viridian Green #55615E
Tints of Viridian Green #55615E
RGB
CMYK
RGB Variations
Color information
#55615E (or 0x55615E) is known color: Viridian Green. HEX triplet: 55, 61 and 5E. RGB value is (85,97,94). Sum of RGB (Red+Green+Blue) = 85+97+94=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 97 - color contains mainly: green. Hex color #55615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55615E is #AA9EA1. Grayscale: #5D5D5D. Windows color (decimal): -11181730 or 6185301. OLE color: 6185301.
HSL color Cylindrical-coordinate representation of color #55615E: hue angle of 165º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #55615E is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 94 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.62 |
| HSL | 165º | 0.07% | 0.36% | - |
| HSV(B) | 165º | 0.12% | 0.38% | - |
| XYZ | 10.04 | 11.29 | 12.24 | - |
| YUV | 93.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 94 | 0.12 | 0 | 0.03 | 0.62 | 165 | 0.07 | 0.36 |
| Hex | 55 | 61 | 5E | C | 0 | 3 | 3E | A5 | 7 | 24 |
| Octal | 125 | 141 | 136 | 14 | 0 | 3 | 76 | 245 | 7 | 44 |
| Binary | 1010101 | 1100001 | 1011110 | 1100 | 0 | 11 | 111110 | 10100101 | 111 | 100100 |
Color Harmonies of #55615E
Complementary color
Monochromatic Colors of #55615E
Black with #55615E
Text Example
Text Example
White with #55615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55615E; }
p { color: rgb(85,97,94); }
H1.HeaderClassName
{
color: #55615E;
}
.AnyTagClassName
{
color: #55615E;
}
</style>
background-color css
<style>
a { background-color: #55615E; }
a { background-color: rgb(85,97,94); }
div.DivClassName
{
background-color: #55615E;
}
.BgClassName
{
background-color: #55615E;
}
</style>
border-color css
<style>
span { border-color: #55615E; }
span { border-color: rgb(85,97,94); }
td.TdClassName
{
border-color: #55615E;
}
.TagClassName
{
border-color: #55615E;
}
</style>