Shades of Viridian Green #55695F
Tints of Viridian Green #55695F
RGB
CMYK
RGB Variations
Color information
#55695F (or 0x55695F) is known color: Viridian Green. HEX triplet: 55, 69 and 5F. RGB value is (85,105,95). Sum of RGB (Red+Green+Blue) = 85+105+95=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #55695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55695F is #AA96A0. Grayscale: #616161. Windows color (decimal): -11179681 or 6252885. OLE color: 6252885.
HSL color Cylindrical-coordinate representation of color #55695F: hue angle of 150º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #55695F is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 95 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.59 |
| HSL | 150º | 0.11% | 0.37% | - |
| HSV(B) | 150º | 0.19% | 0.41% | - |
| XYZ | 10.86 | 12.86 | 12.74 | - |
| YUV | 97.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 95 | 0.19 | 0 | 0.10 | 0.59 | 150 | 0.11 | 0.37 |
| Hex | 55 | 69 | 5F | 13 | 0 | A | 3B | 96 | B | 25 |
| Octal | 125 | 151 | 137 | 23 | 0 | 12 | 73 | 226 | 13 | 45 |
| Binary | 1010101 | 1101001 | 1011111 | 10011 | 0 | 1010 | 111011 | 10010110 | 1011 | 100101 |
Color Harmonies of #55695F
Complementary color
Monochromatic Colors of #55695F
Black with #55695F
Text Example
Text Example
White with #55695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55695F; }
p { color: rgb(85,105,95); }
H1.HeaderClassName
{
color: #55695F;
}
.AnyTagClassName
{
color: #55695F;
}
</style>
background-color css
<style>
a { background-color: #55695F; }
a { background-color: rgb(85,105,95); }
div.DivClassName
{
background-color: #55695F;
}
.BgClassName
{
background-color: #55695F;
}
</style>
border-color css
<style>
span { border-color: #55695F; }
span { border-color: rgb(85,105,95); }
td.TdClassName
{
border-color: #55695F;
}
.TagClassName
{
border-color: #55695F;
}
</style>