Shades of Viridian #377961
Tints of Viridian #377961
RGB
CMYK
RGB Variations
Color information
#377961 (or 0x377961) is known color: Viridian. HEX triplet: 37, 79 and 61. RGB value is (55,121,97). Sum of RGB (Red+Green+Blue) = 55+121+97=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #377961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377961 is #C8869E. Grayscale: #626262. Windows color (decimal): -13141663 or 6388023. OLE color: 6388023.
HSL color Cylindrical-coordinate representation of color #377961: hue angle of 158.18º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377961 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 121 | 97 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.53 |
| HSL | 158.18º | 0.38% | 0.35% | - |
| HSV(B) | 158.18º | 0.55% | 0.47% | - |
| XYZ | 10.57 | 15.35 | 13.71 | - |
| YUV | 98.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 121 | 97 | 0.55 | 0 | 0.20 | 0.53 | 158.18 | 0.38 | 0.35 |
| Hex | 37 | 79 | 61 | 37 | 0 | 14 | 35 | 9E | 26 | 23 |
| Octal | 67 | 171 | 141 | 67 | 0 | 24 | 65 | 236 | 46 | 43 |
| Binary | 110111 | 1111001 | 1100001 | 110111 | 0 | 10100 | 110101 | 10011110 | 100110 | 100011 |
Color Harmonies of #377961
Complementary color
Monochromatic Colors of #377961
Black with #377961
Text Example
Text Example
White with #377961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377961; }
p { color: rgb(55,121,97); }
H1.HeaderClassName
{
color: #377961;
}
.AnyTagClassName
{
color: #377961;
}
</style>
background-color css
<style>
a { background-color: #377961; }
a { background-color: rgb(55,121,97); }
div.DivClassName
{
background-color: #377961;
}
.BgClassName
{
background-color: #377961;
}
</style>
border-color css
<style>
span { border-color: #377961; }
span { border-color: rgb(55,121,97); }
td.TdClassName
{
border-color: #377961;
}
.TagClassName
{
border-color: #377961;
}
</style>