Shades of Viridian #377A64
Tints of Viridian #377A64
RGB
CMYK
RGB Variations
Color information
#377A64 (or 0x377A64) is known color: Viridian. HEX triplet: 37, 7A and 64. RGB value is (55,122,100). Sum of RGB (Red+Green+Blue) = 55+122+100=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #377A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377A64 is #C8859B. Grayscale: #636363. Windows color (decimal): -13141404 or 6584887. OLE color: 6584887.
HSL color Cylindrical-coordinate representation of color #377A64: hue angle of 160.3º 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 #377A64 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 122 | 100 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.52 |
| HSL | 160.3º | 0.38% | 0.35% | - |
| HSV(B) | 160.3º | 0.55% | 0.48% | - |
| XYZ | 10.84 | 15.65 | 14.51 | - |
| YUV | 99.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 122 | 100 | 0.55 | 0 | 0.18 | 0.52 | 160.3 | 0.38 | 0.35 |
| Hex | 37 | 7A | 64 | 37 | 0 | 12 | 34 | A0 | 26 | 23 |
| Octal | 67 | 172 | 144 | 67 | 0 | 22 | 64 | 240 | 46 | 43 |
| Binary | 110111 | 1111010 | 1100100 | 110111 | 0 | 10010 | 110100 | 10100000 | 100110 | 100011 |
Color Harmonies of #377A64
Complementary color
Monochromatic Colors of #377A64
Black with #377A64
Text Example
Text Example
White with #377A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377A64; }
p { color: rgb(55,122,100); }
H1.HeaderClassName
{
color: #377A64;
}
.AnyTagClassName
{
color: #377A64;
}
</style>
background-color css
<style>
a { background-color: #377A64; }
a { background-color: rgb(55,122,100); }
div.DivClassName
{
background-color: #377A64;
}
.BgClassName
{
background-color: #377A64;
}
</style>
border-color css
<style>
span { border-color: #377A64; }
span { border-color: rgb(55,122,100); }
td.TdClassName
{
border-color: #377A64;
}
.TagClassName
{
border-color: #377A64;
}
</style>