Shades of Viridian Green #55605D
Tints of Viridian Green #55605D
RGB
CMYK
RGB Variations
Color information
#55605D (or 0x55605D) is known color: Viridian Green. HEX triplet: 55, 60 and 5D. RGB value is (85,96,93). Sum of RGB (Red+Green+Blue) = 85+96+93=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 96 - color contains mainly: green. Hex color #55605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55605D is #AA9FA2. Grayscale: #5C5C5C. Windows color (decimal): -11181987 or 6119509. OLE color: 6119509.
HSL color Cylindrical-coordinate representation of color #55605D: hue angle of 163.64º 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 #55605D is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 93 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.62 |
| HSL | 163.64º | 0.06% | 0.35% | - |
| HSV(B) | 163.64º | 0.11% | 0.38% | - |
| XYZ | 9.9 | 11.09 | 11.97 | - |
| YUV | 92.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 93 | 0.11 | 0 | 0.03 | 0.62 | 163.64 | 0.06 | 0.35 |
| Hex | 55 | 60 | 5D | B | 0 | 3 | 3E | A4 | 6 | 23 |
| Octal | 125 | 140 | 135 | 13 | 0 | 3 | 76 | 244 | 6 | 43 |
| Binary | 1010101 | 1100000 | 1011101 | 1011 | 0 | 11 | 111110 | 10100100 | 110 | 100011 |
Color Harmonies of #55605D
Complementary color
Monochromatic Colors of #55605D
Black with #55605D
Text Example
Text Example
White with #55605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55605D; }
p { color: rgb(85,96,93); }
H1.HeaderClassName
{
color: #55605D;
}
.AnyTagClassName
{
color: #55605D;
}
</style>
background-color css
<style>
a { background-color: #55605D; }
a { background-color: rgb(85,96,93); }
div.DivClassName
{
background-color: #55605D;
}
.BgClassName
{
background-color: #55605D;
}
</style>
border-color css
<style>
span { border-color: #55605D; }
span { border-color: rgb(85,96,93); }
td.TdClassName
{
border-color: #55605D;
}
.TagClassName
{
border-color: #55605D;
}
</style>