Shades of Viridian #377F66
Tints of Viridian #377F66
RGB
CMYK
RGB Variations
Color information
#377F66 (or 0x377F66) is known color: Viridian. HEX triplet: 37, 7F and 66. RGB value is (55,127,102). Sum of RGB (Red+Green+Blue) = 55+127+102=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #377F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F66 is #C88099. Grayscale: #666666. Windows color (decimal): -13140122 or 6717239. OLE color: 6717239.
HSL color Cylindrical-coordinate representation of color #377F66: hue angle of 159.17º 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 #377F66 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 102 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.50 |
| HSL | 159.17º | 0.4% | 0.36% | - |
| HSV(B) | 159.17º | 0.57% | 0.5% | - |
| XYZ | 11.56 | 16.95 | 15.23 | - |
| YUV | 102.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 102 | 0.57 | 0 | 0.20 | 0.50 | 159.17 | 0.4 | 0.36 |
| Hex | 37 | 7F | 66 | 39 | 0 | 14 | 32 | 9F | 28 | 24 |
| Octal | 67 | 177 | 146 | 71 | 0 | 24 | 62 | 237 | 50 | 44 |
| Binary | 110111 | 1111111 | 1100110 | 111001 | 0 | 10100 | 110010 | 10011111 | 101000 | 100100 |
Color Harmonies of #377F66
Complementary color
Monochromatic Colors of #377F66
Black with #377F66
Text Example
Text Example
White with #377F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F66; }
p { color: rgb(55,127,102); }
H1.HeaderClassName
{
color: #377F66;
}
.AnyTagClassName
{
color: #377F66;
}
</style>
background-color css
<style>
a { background-color: #377F66; }
a { background-color: rgb(55,127,102); }
div.DivClassName
{
background-color: #377F66;
}
.BgClassName
{
background-color: #377F66;
}
</style>
border-color css
<style>
span { border-color: #377F66; }
span { border-color: rgb(55,127,102); }
td.TdClassName
{
border-color: #377F66;
}
.TagClassName
{
border-color: #377F66;
}
</style>