Shades of Viridian #377F62
Tints of Viridian #377F62
RGB
CMYK
RGB Variations
Color information
#377F62 (or 0x377F62) is known color: Viridian. HEX triplet: 37, 7F and 62. RGB value is (55,127,98). Sum of RGB (Red+Green+Blue) = 55+127+98=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #377F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F62 is #C8809D. Grayscale: #666666. Windows color (decimal): -13140126 or 6455095. OLE color: 6455095.
HSL color Cylindrical-coordinate representation of color #377F62: hue angle of 155.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F62 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 98 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.50 |
| HSL | 155.83º | 0.4% | 0.36% | - |
| HSV(B) | 155.83º | 0.57% | 0.5% | - |
| XYZ | 11.37 | 16.87 | 14.21 | - |
| YUV | 102.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 98 | 0.57 | 0 | 0.23 | 0.50 | 155.83 | 0.4 | 0.36 |
| Hex | 37 | 7F | 62 | 39 | 0 | 17 | 32 | 9C | 28 | 24 |
| Octal | 67 | 177 | 142 | 71 | 0 | 27 | 62 | 234 | 50 | 44 |
| Binary | 110111 | 1111111 | 1100010 | 111001 | 0 | 10111 | 110010 | 10011100 | 101000 | 100100 |
Color Harmonies of #377F62
Complementary color
Monochromatic Colors of #377F62
Black with #377F62
Text Example
Text Example
White with #377F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F62; }
p { color: rgb(55,127,98); }
H1.HeaderClassName
{
color: #377F62;
}
.AnyTagClassName
{
color: #377F62;
}
</style>
background-color css
<style>
a { background-color: #377F62; }
a { background-color: rgb(55,127,98); }
div.DivClassName
{
background-color: #377F62;
}
.BgClassName
{
background-color: #377F62;
}
</style>
border-color css
<style>
span { border-color: #377F62; }
span { border-color: rgb(55,127,98); }
td.TdClassName
{
border-color: #377F62;
}
.TagClassName
{
border-color: #377F62;
}
</style>