Shades of Viridian #377B61
Tints of Viridian #377B61
RGB
CMYK
RGB Variations
Color information
#377B61 (or 0x377B61) is known color: Viridian. HEX triplet: 37, 7B and 61. RGB value is (55,123,97). Sum of RGB (Red+Green+Blue) = 55+123+97=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 123 - color contains mainly: green. Hex color #377B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B61 is #C8849E. Grayscale: #636363. Windows color (decimal): -13141151 or 6388535. OLE color: 6388535.
HSL color Cylindrical-coordinate representation of color #377B61: hue angle of 157.06º 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 #377B61 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 97 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.52 |
| HSL | 157.06º | 0.38% | 0.35% | - |
| HSV(B) | 157.06º | 0.55% | 0.48% | - |
| XYZ | 10.82 | 15.84 | 13.8 | - |
| YUV | 99.7 | 126.47 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 97 | 0.55 | 0 | 0.21 | 0.52 | 157.06 | 0.38 | 0.35 |
| Hex | 37 | 7B | 61 | 37 | 0 | 15 | 34 | 9D | 26 | 23 |
| Octal | 67 | 173 | 141 | 67 | 0 | 25 | 64 | 235 | 46 | 43 |
| Binary | 110111 | 1111011 | 1100001 | 110111 | 0 | 10101 | 110100 | 10011101 | 100110 | 100011 |
Color Harmonies of #377B61
Complementary color
Monochromatic Colors of #377B61
Black with #377B61
Text Example
Text Example
White with #377B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B61; }
p { color: rgb(55,123,97); }
H1.HeaderClassName
{
color: #377B61;
}
.AnyTagClassName
{
color: #377B61;
}
</style>
background-color css
<style>
a { background-color: #377B61; }
a { background-color: rgb(55,123,97); }
div.DivClassName
{
background-color: #377B61;
}
.BgClassName
{
background-color: #377B61;
}
</style>
border-color css
<style>
span { border-color: #377B61; }
span { border-color: rgb(55,123,97); }
td.TdClassName
{
border-color: #377B61;
}
.TagClassName
{
border-color: #377B61;
}
</style>