Shades of Viridian Green #55615C
Tints of Viridian Green #55615C
RGB
CMYK
RGB Variations
Color information
#55615C (or 0x55615C) is known color: Viridian Green. HEX triplet: 55, 61 and 5C. RGB value is (85,97,92). Sum of RGB (Red+Green+Blue) = 85+97+92=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 97 - color contains mainly: green. Hex color #55615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55615C is #AA9EA3. Grayscale: #5C5C5C. Windows color (decimal): -11181732 or 6054229. OLE color: 6054229.
HSL color Cylindrical-coordinate representation of color #55615C: hue angle of 155º 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 #55615C is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 97 | 92 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.62 |
| HSL | 155º | 0.07% | 0.36% | - |
| HSV(B) | 155º | 0.12% | 0.38% | - |
| XYZ | 9.95 | 11.25 | 11.77 | - |
| YUV | 92.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 92 | 0.12 | 0 | 0.05 | 0.62 | 155 | 0.07 | 0.36 |
| Hex | 55 | 61 | 5C | C | 0 | 5 | 3E | 9B | 7 | 24 |
| Octal | 125 | 141 | 134 | 14 | 0 | 5 | 76 | 233 | 7 | 44 |
| Binary | 1010101 | 1100001 | 1011100 | 1100 | 0 | 101 | 111110 | 10011011 | 111 | 100100 |
Color Harmonies of #55615C
Complementary color
Monochromatic Colors of #55615C
Black with #55615C
Text Example
Text Example
White with #55615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55615C; }
p { color: rgb(85,97,92); }
H1.HeaderClassName
{
color: #55615C;
}
.AnyTagClassName
{
color: #55615C;
}
</style>
background-color css
<style>
a { background-color: #55615C; }
a { background-color: rgb(85,97,92); }
div.DivClassName
{
background-color: #55615C;
}
.BgClassName
{
background-color: #55615C;
}
</style>
border-color css
<style>
span { border-color: #55615C; }
span { border-color: rgb(85,97,92); }
td.TdClassName
{
border-color: #55615C;
}
.TagClassName
{
border-color: #55615C;
}
</style>