Shades of Viridian #377B66
Tints of Viridian #377B66
RGB
CMYK
RGB Variations
Color information
#377B66 (or 0x377B66) is known color: Viridian. HEX triplet: 37, 7B and 66. RGB value is (55,123,102). Sum of RGB (Red+Green+Blue) = 55+123+102=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #377B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B66 is #C88499. Grayscale: #646464. Windows color (decimal): -13141146 or 6716215. OLE color: 6716215.
HSL color Cylindrical-coordinate representation of color #377B66: hue angle of 161.47º 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 #377B66 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 102 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.52 |
| HSL | 161.47º | 0.38% | 0.35% | - |
| HSV(B) | 161.47º | 0.55% | 0.48% | - |
| XYZ | 11.06 | 15.94 | 15.06 | - |
| YUV | 100.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 102 | 0.55 | 0 | 0.17 | 0.52 | 161.47 | 0.38 | 0.35 |
| Hex | 37 | 7B | 66 | 37 | 0 | 11 | 34 | A1 | 26 | 23 |
| Octal | 67 | 173 | 146 | 67 | 0 | 21 | 64 | 241 | 46 | 43 |
| Binary | 110111 | 1111011 | 1100110 | 110111 | 0 | 10001 | 110100 | 10100001 | 100110 | 100011 |
Color Harmonies of #377B66
Complementary color
Monochromatic Colors of #377B66
Black with #377B66
Text Example
Text Example
White with #377B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B66; }
p { color: rgb(55,123,102); }
H1.HeaderClassName
{
color: #377B66;
}
.AnyTagClassName
{
color: #377B66;
}
</style>
background-color css
<style>
a { background-color: #377B66; }
a { background-color: rgb(55,123,102); }
div.DivClassName
{
background-color: #377B66;
}
.BgClassName
{
background-color: #377B66;
}
</style>
border-color css
<style>
span { border-color: #377B66; }
span { border-color: rgb(55,123,102); }
td.TdClassName
{
border-color: #377B66;
}
.TagClassName
{
border-color: #377B66;
}
</style>