Shades of Viridian #377B60
Tints of Viridian #377B60
RGB
CMYK
RGB Variations
Color information
#377B60 (or 0x377B60) is known color: Viridian. HEX triplet: 37, 7B and 60. RGB value is (55,123,96). Sum of RGB (Red+Green+Blue) = 55+123+96=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 123 - color contains mainly: green. Hex color #377B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B60 is #C8849F. Grayscale: #636363. Windows color (decimal): -13141152 or 6322999. OLE color: 6322999.
HSL color Cylindrical-coordinate representation of color #377B60: hue angle of 156.18º 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 #377B60 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 96 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.52 |
| HSL | 156.18º | 0.38% | 0.35% | - |
| HSV(B) | 156.18º | 0.55% | 0.48% | - |
| XYZ | 10.77 | 15.82 | 13.55 | - |
| YUV | 99.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 96 | 0.55 | 0 | 0.22 | 0.52 | 156.18 | 0.38 | 0.35 |
| Hex | 37 | 7B | 60 | 37 | 0 | 16 | 34 | 9C | 26 | 23 |
| Octal | 67 | 173 | 140 | 67 | 0 | 26 | 64 | 234 | 46 | 43 |
| Binary | 110111 | 1111011 | 1100000 | 110111 | 0 | 10110 | 110100 | 10011100 | 100110 | 100011 |
Color Harmonies of #377B60
Complementary color
Monochromatic Colors of #377B60
Black with #377B60
Text Example
Text Example
White with #377B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B60; }
p { color: rgb(55,123,96); }
H1.HeaderClassName
{
color: #377B60;
}
.AnyTagClassName
{
color: #377B60;
}
</style>
background-color css
<style>
a { background-color: #377B60; }
a { background-color: rgb(55,123,96); }
div.DivClassName
{
background-color: #377B60;
}
.BgClassName
{
background-color: #377B60;
}
</style>
border-color css
<style>
span { border-color: #377B60; }
span { border-color: rgb(55,123,96); }
td.TdClassName
{
border-color: #377B60;
}
.TagClassName
{
border-color: #377B60;
}
</style>