Shades of Viridian #37856C
Tints of Viridian #37856C
RGB
CMYK
RGB Variations
Color information
#37856C (or 0x37856C) is known color: Viridian. HEX triplet: 37, 85 and 6C. RGB value is (55,133,108). Sum of RGB (Red+Green+Blue) = 55+133+108=296 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.58% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #37856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37856C is #C87A93. Grayscale: #6A6A6A. Windows color (decimal): -13138580 or 7111991. OLE color: 7111991.
HSL color Cylindrical-coordinate representation of color #37856C: hue angle of 160.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37856C is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 133 | 108 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.48 |
| HSL | 160.77º | 0.41% | 0.37% | - |
| HSV(B) | 160.77º | 0.59% | 0.52% | - |
| XYZ | 12.67 | 18.67 | 17.12 | - |
| YUV | 106.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 133 | 108 | 0.59 | 0 | 0.19 | 0.48 | 160.77 | 0.41 | 0.37 |
| Hex | 37 | 85 | 6C | 3B | 0 | 13 | 30 | A1 | 29 | 25 |
| Octal | 67 | 205 | 154 | 73 | 0 | 23 | 60 | 241 | 51 | 45 |
| Binary | 110111 | 10000101 | 1101100 | 111011 | 0 | 10011 | 110000 | 10100001 | 101001 | 100101 |
Color Harmonies of #37856C
Complementary color
Monochromatic Colors of #37856C
Black with #37856C
Text Example
Text Example
White with #37856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37856C; }
p { color: rgb(55,133,108); }
H1.HeaderClassName
{
color: #37856C;
}
.AnyTagClassName
{
color: #37856C;
}
</style>
background-color css
<style>
a { background-color: #37856C; }
a { background-color: rgb(55,133,108); }
div.DivClassName
{
background-color: #37856C;
}
.BgClassName
{
background-color: #37856C;
}
</style>
border-color css
<style>
span { border-color: #37856C; }
span { border-color: rgb(55,133,108); }
td.TdClassName
{
border-color: #37856C;
}
.TagClassName
{
border-color: #37856C;
}
</style>