Shades of Viridian #377A60
Tints of Viridian #377A60
RGB
CMYK
RGB Variations
Color information
#377A60 (or 0x377A60) is known color: Viridian. HEX triplet: 37, 7A and 60. RGB value is (55,122,96). Sum of RGB (Red+Green+Blue) = 55+122+96=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #377A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A60 is #C8859F. Grayscale: #636363. Windows color (decimal): -13141408 or 6322743. OLE color: 6322743.
HSL color Cylindrical-coordinate representation of color #377A60: hue angle of 156.72º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377A60 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 96 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.52 |
| HSL | 156.72º | 0.38% | 0.35% | - |
| HSV(B) | 156.72º | 0.55% | 0.48% | - |
| XYZ | 10.65 | 15.58 | 13.51 | - |
| YUV | 99 | 126.3 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 96 | 0.55 | 0 | 0.21 | 0.52 | 156.72 | 0.38 | 0.35 |
| Hex | 37 | 7A | 60 | 37 | 0 | 15 | 34 | 9D | 26 | 23 |
| Octal | 67 | 172 | 140 | 67 | 0 | 25 | 64 | 235 | 46 | 43 |
| Binary | 110111 | 1111010 | 1100000 | 110111 | 0 | 10101 | 110100 | 10011101 | 100110 | 100011 |
Color Harmonies of #377A60
Complementary color
Monochromatic Colors of #377A60
Black with #377A60
Text Example
Text Example
White with #377A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A60; }
p { color: rgb(55,122,96); }
H1.HeaderClassName
{
color: #377A60;
}
.AnyTagClassName
{
color: #377A60;
}
</style>
background-color css
<style>
a { background-color: #377A60; }
a { background-color: rgb(55,122,96); }
div.DivClassName
{
background-color: #377A60;
}
.BgClassName
{
background-color: #377A60;
}
</style>
border-color css
<style>
span { border-color: #377A60; }
span { border-color: rgb(55,122,96); }
td.TdClassName
{
border-color: #377A60;
}
.TagClassName
{
border-color: #377A60;
}
</style>