Shades of Viridian #377A63
Tints of Viridian #377A63
RGB
CMYK
RGB Variations
Color information
#377A63 (or 0x377A63) is known color: Viridian. HEX triplet: 37, 7A and 63. RGB value is (55,122,99). Sum of RGB (Red+Green+Blue) = 55+122+99=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #377A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A63 is #C8859C. Grayscale: #636363. Windows color (decimal): -13141405 or 6519351. OLE color: 6519351.
HSL color Cylindrical-coordinate representation of color #377A63: hue angle of 159.4º 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 #377A63 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 99 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.52 |
| HSL | 159.4º | 0.38% | 0.35% | - |
| HSV(B) | 159.4º | 0.55% | 0.48% | - |
| XYZ | 10.79 | 15.63 | 14.25 | - |
| YUV | 99.35 | 127.8 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 99 | 0.55 | 0 | 0.19 | 0.52 | 159.4 | 0.38 | 0.35 |
| Hex | 37 | 7A | 63 | 37 | 0 | 13 | 34 | 9F | 26 | 23 |
| Octal | 67 | 172 | 143 | 67 | 0 | 23 | 64 | 237 | 46 | 43 |
| Binary | 110111 | 1111010 | 1100011 | 110111 | 0 | 10011 | 110100 | 10011111 | 100110 | 100011 |
Color Harmonies of #377A63
Complementary color
Monochromatic Colors of #377A63
Black with #377A63
Text Example
Text Example
White with #377A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A63; }
p { color: rgb(55,122,99); }
H1.HeaderClassName
{
color: #377A63;
}
.AnyTagClassName
{
color: #377A63;
}
</style>
background-color css
<style>
a { background-color: #377A63; }
a { background-color: rgb(55,122,99); }
div.DivClassName
{
background-color: #377A63;
}
.BgClassName
{
background-color: #377A63;
}
</style>
border-color css
<style>
span { border-color: #377A63; }
span { border-color: rgb(55,122,99); }
td.TdClassName
{
border-color: #377A63;
}
.TagClassName
{
border-color: #377A63;
}
</style>