Shades of Viridian Green #55675F
Tints of Viridian Green #55675F
RGB
CMYK
RGB Variations
Color information
#55675F (or 0x55675F) is known color: Viridian Green. HEX triplet: 55, 67 and 5F. RGB value is (85,103,95). Sum of RGB (Red+Green+Blue) = 85+103+95=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 103 - color contains mainly: green. Hex color #55675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55675F is #AA98A0. Grayscale: #606060. Windows color (decimal): -11180193 or 6252373. OLE color: 6252373.
HSL color Cylindrical-coordinate representation of color #55675F: hue angle of 153.33º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #55675F is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 95 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.60 |
| HSL | 153.33º | 0.1% | 0.37% | - |
| HSV(B) | 153.33º | 0.17% | 0.4% | - |
| XYZ | 10.66 | 12.46 | 12.67 | - |
| YUV | 96.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 95 | 0.17 | 0 | 0.08 | 0.60 | 153.33 | 0.1 | 0.37 |
| Hex | 55 | 67 | 5F | 11 | 0 | 8 | 3C | 99 | A | 25 |
| Octal | 125 | 147 | 137 | 21 | 0 | 10 | 74 | 231 | 12 | 45 |
| Binary | 1010101 | 1100111 | 1011111 | 10001 | 0 | 1000 | 111100 | 10011001 | 1010 | 100101 |
Color Harmonies of #55675F
Complementary color
Monochromatic Colors of #55675F
Black with #55675F
Text Example
Text Example
White with #55675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55675F; }
p { color: rgb(85,103,95); }
H1.HeaderClassName
{
color: #55675F;
}
.AnyTagClassName
{
color: #55675F;
}
</style>
background-color css
<style>
a { background-color: #55675F; }
a { background-color: rgb(85,103,95); }
div.DivClassName
{
background-color: #55675F;
}
.BgClassName
{
background-color: #55675F;
}
</style>
border-color css
<style>
span { border-color: #55675F; }
span { border-color: rgb(85,103,95); }
td.TdClassName
{
border-color: #55675F;
}
.TagClassName
{
border-color: #55675F;
}
</style>