Shades of Viridian #377C67
Tints of Viridian #377C67
RGB
CMYK
RGB Variations
Color information
#377C67 (or 0x377C67) is known color: Viridian. HEX triplet: 37, 7C and 67. RGB value is (55,124,103). Sum of RGB (Red+Green+Blue) = 55+124+103=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 124 - color contains mainly: green. Hex color #377C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C67 is #C88398. Grayscale: #646464. Windows color (decimal): -13140889 or 6782007. OLE color: 6782007.
HSL color Cylindrical-coordinate representation of color #377C67: hue angle of 161.74º 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 #377C67 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 124 | 103 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.51 |
| HSL | 161.74º | 0.39% | 0.35% | - |
| HSV(B) | 161.74º | 0.56% | 0.49% | - |
| XYZ | 11.23 | 16.21 | 15.37 | - |
| YUV | 100.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 103 | 0.56 | 0 | 0.17 | 0.51 | 161.74 | 0.39 | 0.35 |
| Hex | 37 | 7C | 67 | 38 | 0 | 11 | 33 | A2 | 27 | 23 |
| Octal | 67 | 174 | 147 | 70 | 0 | 21 | 63 | 242 | 47 | 43 |
| Binary | 110111 | 1111100 | 1100111 | 111000 | 0 | 10001 | 110011 | 10100010 | 100111 | 100011 |
Color Harmonies of #377C67
Complementary color
Monochromatic Colors of #377C67
Black with #377C67
Text Example
Text Example
White with #377C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C67; }
p { color: rgb(55,124,103); }
H1.HeaderClassName
{
color: #377C67;
}
.AnyTagClassName
{
color: #377C67;
}
</style>
background-color css
<style>
a { background-color: #377C67; }
a { background-color: rgb(55,124,103); }
div.DivClassName
{
background-color: #377C67;
}
.BgClassName
{
background-color: #377C67;
}
</style>
border-color css
<style>
span { border-color: #377C67; }
span { border-color: rgb(55,124,103); }
td.TdClassName
{
border-color: #377C67;
}
.TagClassName
{
border-color: #377C67;
}
</style>