Shades of Viridian Green #55655F
Tints of Viridian Green #55655F
RGB
CMYK
RGB Variations
Color information
#55655F (or 0x55655F) is known color: Viridian Green. HEX triplet: 55, 65 and 5F. RGB value is (85,101,95). Sum of RGB (Red+Green+Blue) = 85+101+95=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #55655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55655F is #AA9AA0. Grayscale: #5F5F5F. Windows color (decimal): -11180705 or 6251861. OLE color: 6251861.
HSL color Cylindrical-coordinate representation of color #55655F: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #55655F is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 101 | 95 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.60 |
| HSL | 157.5º | 0.09% | 0.36% | - |
| HSV(B) | 157.5º | 0.16% | 0.4% | - |
| XYZ | 10.47 | 12.06 | 12.6 | - |
| YUV | 95.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 95 | 0.16 | 0 | 0.06 | 0.60 | 157.5 | 0.09 | 0.36 |
| Hex | 55 | 65 | 5F | 10 | 0 | 6 | 3C | 9E | 9 | 24 |
| Octal | 125 | 145 | 137 | 20 | 0 | 6 | 74 | 236 | 11 | 44 |
| Binary | 1010101 | 1100101 | 1011111 | 10000 | 0 | 110 | 111100 | 10011110 | 1001 | 100100 |
Color Harmonies of #55655F
Complementary color
Monochromatic Colors of #55655F
Black with #55655F
Text Example
Text Example
White with #55655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55655F; }
p { color: rgb(85,101,95); }
H1.HeaderClassName
{
color: #55655F;
}
.AnyTagClassName
{
color: #55655F;
}
</style>
background-color css
<style>
a { background-color: #55655F; }
a { background-color: rgb(85,101,95); }
div.DivClassName
{
background-color: #55655F;
}
.BgClassName
{
background-color: #55655F;
}
</style>
border-color css
<style>
span { border-color: #55655F; }
span { border-color: rgb(85,101,95); }
td.TdClassName
{
border-color: #55655F;
}
.TagClassName
{
border-color: #55655F;
}
</style>