Shades of Viridian Green #55605C
Tints of Viridian Green #55605C
RGB
CMYK
RGB Variations
Color information
#55605C (or 0x55605C) is known color: Viridian Green. HEX triplet: 55, 60 and 5C. RGB value is (85,96,92). Sum of RGB (Red+Green+Blue) = 85+96+92=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 96 - color contains mainly: green. Hex color #55605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55605C is #AA9FA3. Grayscale: #5C5C5C. Windows color (decimal): -11181988 or 6053973. OLE color: 6053973.
HSL color Cylindrical-coordinate representation of color #55605C: hue angle of 158.18º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55605C is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 92 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.62 |
| HSL | 158.18º | 0.06% | 0.35% | - |
| HSV(B) | 158.18º | 0.11% | 0.38% | - |
| XYZ | 9.86 | 11.07 | 11.74 | - |
| YUV | 92.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 92 | 0.11 | 0 | 0.04 | 0.62 | 158.18 | 0.06 | 0.35 |
| Hex | 55 | 60 | 5C | B | 0 | 4 | 3E | 9E | 6 | 23 |
| Octal | 125 | 140 | 134 | 13 | 0 | 4 | 76 | 236 | 6 | 43 |
| Binary | 1010101 | 1100000 | 1011100 | 1011 | 0 | 100 | 111110 | 10011110 | 110 | 100011 |
Color Harmonies of #55605C
Complementary color
Monochromatic Colors of #55605C
Black with #55605C
Text Example
Text Example
White with #55605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55605C; }
p { color: rgb(85,96,92); }
H1.HeaderClassName
{
color: #55605C;
}
.AnyTagClassName
{
color: #55605C;
}
</style>
background-color css
<style>
a { background-color: #55605C; }
a { background-color: rgb(85,96,92); }
div.DivClassName
{
background-color: #55605C;
}
.BgClassName
{
background-color: #55605C;
}
</style>
border-color css
<style>
span { border-color: #55605C; }
span { border-color: rgb(85,96,92); }
td.TdClassName
{
border-color: #55605C;
}
.TagClassName
{
border-color: #55605C;
}
</style>