Shades of Viridian #37886C
Tints of Viridian #37886C
RGB
CMYK
RGB Variations
Color information
#37886C (or 0x37886C) is known color: Viridian. HEX triplet: 37, 88 and 6C. RGB value is (55,136,108). Sum of RGB (Red+Green+Blue) = 55+136+108=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #37886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37886C is #C87793. Grayscale: #6C6C6C. Windows color (decimal): -13137812 or 7112759. OLE color: 7112759.
HSL color Cylindrical-coordinate representation of color #37886C: hue angle of 159.26º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37886C is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 136 | 108 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.47 |
| HSL | 159.26º | 0.42% | 0.37% | - |
| HSV(B) | 159.26º | 0.6% | 0.53% | - |
| XYZ | 13.09 | 19.5 | 17.26 | - |
| YUV | 108.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 108 | 0.60 | 0 | 0.21 | 0.47 | 159.26 | 0.42 | 0.37 |
| Hex | 37 | 88 | 6C | 3C | 0 | 15 | 2F | 9F | 2A | 25 |
| Octal | 67 | 210 | 154 | 74 | 0 | 25 | 57 | 237 | 52 | 45 |
| Binary | 110111 | 10001000 | 1101100 | 111100 | 0 | 10101 | 101111 | 10011111 | 101010 | 100101 |
Color Harmonies of #37886C
Complementary color
Monochromatic Colors of #37886C
Black with #37886C
Text Example
Text Example
White with #37886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37886C; }
p { color: rgb(55,136,108); }
H1.HeaderClassName
{
color: #37886C;
}
.AnyTagClassName
{
color: #37886C;
}
</style>
background-color css
<style>
a { background-color: #37886C; }
a { background-color: rgb(55,136,108); }
div.DivClassName
{
background-color: #37886C;
}
.BgClassName
{
background-color: #37886C;
}
</style>
border-color css
<style>
span { border-color: #37886C; }
span { border-color: rgb(55,136,108); }
td.TdClassName
{
border-color: #37886C;
}
.TagClassName
{
border-color: #37886C;
}
</style>