Shades of Viridian #377C66
Tints of Viridian #377C66
RGB
CMYK
RGB Variations
Color information
#377C66 (or 0x377C66) is known color: Viridian. HEX triplet: 37, 7C and 66. RGB value is (55,124,102). Sum of RGB (Red+Green+Blue) = 55+124+102=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 124 (48.83% from 255 or 44.13% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 124 - color contains mainly: green. Hex color #377C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C66 is #C88399. Grayscale: #646464. Windows color (decimal): -13140890 or 6716471. OLE color: 6716471.
HSL color Cylindrical-coordinate representation of color #377C66: hue angle of 160.87º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377C66 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 124 | 102 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.51 |
| HSL | 160.87º | 0.39% | 0.35% | - |
| HSV(B) | 160.87º | 0.56% | 0.49% | - |
| XYZ | 11.18 | 16.19 | 15.11 | - |
| YUV | 100.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 102 | 0.56 | 0 | 0.18 | 0.51 | 160.87 | 0.39 | 0.35 |
| Hex | 37 | 7C | 66 | 38 | 0 | 12 | 33 | A1 | 27 | 23 |
| Octal | 67 | 174 | 146 | 70 | 0 | 22 | 63 | 241 | 47 | 43 |
| Binary | 110111 | 1111100 | 1100110 | 111000 | 0 | 10010 | 110011 | 10100001 | 100111 | 100011 |
Color Harmonies of #377C66
Complementary color
Monochromatic Colors of #377C66
Black with #377C66
Text Example
Text Example
White with #377C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C66; }
p { color: rgb(55,124,102); }
H1.HeaderClassName
{
color: #377C66;
}
.AnyTagClassName
{
color: #377C66;
}
</style>
background-color css
<style>
a { background-color: #377C66; }
a { background-color: rgb(55,124,102); }
div.DivClassName
{
background-color: #377C66;
}
.BgClassName
{
background-color: #377C66;
}
</style>
border-color css
<style>
span { border-color: #377C66; }
span { border-color: rgb(55,124,102); }
td.TdClassName
{
border-color: #377C66;
}
.TagClassName
{
border-color: #377C66;
}
</style>