Shades of Viridian Green #55635D
Tints of Viridian Green #55635D
RGB
CMYK
RGB Variations
Color information
#55635D (or 0x55635D) is known color: Viridian Green. HEX triplet: 55, 63 and 5D. RGB value is (85,99,93). Sum of RGB (Red+Green+Blue) = 85+99+93=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 99 - color contains mainly: green. Hex color #55635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55635D is #AA9CA2. Grayscale: #5E5E5E. Windows color (decimal): -11181219 or 6120277. OLE color: 6120277.
HSL color Cylindrical-coordinate representation of color #55635D: hue angle of 154.29º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #55635D is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 93 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.61 |
| HSL | 154.29º | 0.08% | 0.36% | - |
| HSV(B) | 154.29º | 0.14% | 0.39% | - |
| XYZ | 10.18 | 11.65 | 12.07 | - |
| YUV | 94.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 93 | 0.14 | 0 | 0.06 | 0.61 | 154.29 | 0.08 | 0.36 |
| Hex | 55 | 63 | 5D | E | 0 | 6 | 3D | 9A | 8 | 24 |
| Octal | 125 | 143 | 135 | 16 | 0 | 6 | 75 | 232 | 10 | 44 |
| Binary | 1010101 | 1100011 | 1011101 | 1110 | 0 | 110 | 111101 | 10011010 | 1000 | 100100 |
Color Harmonies of #55635D
Complementary color
Monochromatic Colors of #55635D
Black with #55635D
Text Example
Text Example
White with #55635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55635D; }
p { color: rgb(85,99,93); }
H1.HeaderClassName
{
color: #55635D;
}
.AnyTagClassName
{
color: #55635D;
}
</style>
background-color css
<style>
a { background-color: #55635D; }
a { background-color: rgb(85,99,93); }
div.DivClassName
{
background-color: #55635D;
}
.BgClassName
{
background-color: #55635D;
}
</style>
border-color css
<style>
span { border-color: #55635D; }
span { border-color: rgb(85,99,93); }
td.TdClassName
{
border-color: #55635D;
}
.TagClassName
{
border-color: #55635D;
}
</style>