Shades of Viridian Green #55635E
Tints of Viridian Green #55635E
RGB
CMYK
RGB Variations
Color information
#55635E (or 0x55635E) is known color: Viridian Green. HEX triplet: 55, 63 and 5E. RGB value is (85,99,94). Sum of RGB (Red+Green+Blue) = 85+99+94=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 99 - color contains mainly: green. Hex color #55635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55635E is #AA9CA1. Grayscale: #5E5E5E. Windows color (decimal): -11181218 or 6185813. OLE color: 6185813.
HSL color Cylindrical-coordinate representation of color #55635E: hue angle of 158.57º 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 #55635E is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 94 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.61 |
| HSL | 158.57º | 0.08% | 0.36% | - |
| HSV(B) | 158.57º | 0.14% | 0.39% | - |
| XYZ | 10.23 | 11.66 | 12.3 | - |
| YUV | 94.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 94 | 0.14 | 0 | 0.05 | 0.61 | 158.57 | 0.08 | 0.36 |
| Hex | 55 | 63 | 5E | E | 0 | 5 | 3D | 9F | 8 | 24 |
| Octal | 125 | 143 | 136 | 16 | 0 | 5 | 75 | 237 | 10 | 44 |
| Binary | 1010101 | 1100011 | 1011110 | 1110 | 0 | 101 | 111101 | 10011111 | 1000 | 100100 |
Color Harmonies of #55635E
Complementary color
Monochromatic Colors of #55635E
Black with #55635E
Text Example
Text Example
White with #55635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55635E; }
p { color: rgb(85,99,94); }
H1.HeaderClassName
{
color: #55635E;
}
.AnyTagClassName
{
color: #55635E;
}
</style>
background-color css
<style>
a { background-color: #55635E; }
a { background-color: rgb(85,99,94); }
div.DivClassName
{
background-color: #55635E;
}
.BgClassName
{
background-color: #55635E;
}
</style>
border-color css
<style>
span { border-color: #55635E; }
span { border-color: rgb(85,99,94); }
td.TdClassName
{
border-color: #55635E;
}
.TagClassName
{
border-color: #55635E;
}
</style>