Shades of Viridian #377F64
Tints of Viridian #377F64
RGB
CMYK
RGB Variations
Color information
#377F64 (or 0x377F64) is known color: Viridian. HEX triplet: 37, 7F and 64. RGB value is (55,127,100). Sum of RGB (Red+Green+Blue) = 55+127+100=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #377F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F64 is #C8809B. Grayscale: #666666. Windows color (decimal): -13140124 or 6586167. OLE color: 6586167.
HSL color Cylindrical-coordinate representation of color #377F64: hue angle of 157.5º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F64 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 127 | 100 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.50 |
| HSL | 157.5º | 0.4% | 0.36% | - |
| HSV(B) | 157.5º | 0.57% | 0.5% | - |
| XYZ | 11.47 | 16.91 | 14.72 | - |
| YUV | 102.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 100 | 0.57 | 0 | 0.21 | 0.50 | 157.5 | 0.4 | 0.36 |
| Hex | 37 | 7F | 64 | 39 | 0 | 15 | 32 | 9E | 28 | 24 |
| Octal | 67 | 177 | 144 | 71 | 0 | 25 | 62 | 236 | 50 | 44 |
| Binary | 110111 | 1111111 | 1100100 | 111001 | 0 | 10101 | 110010 | 10011110 | 101000 | 100100 |
Color Harmonies of #377F64
Complementary color
Monochromatic Colors of #377F64
Black with #377F64
Text Example
Text Example
White with #377F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F64; }
p { color: rgb(55,127,100); }
H1.HeaderClassName
{
color: #377F64;
}
.AnyTagClassName
{
color: #377F64;
}
</style>
background-color css
<style>
a { background-color: #377F64; }
a { background-color: rgb(55,127,100); }
div.DivClassName
{
background-color: #377F64;
}
.BgClassName
{
background-color: #377F64;
}
</style>
border-color css
<style>
span { border-color: #377F64; }
span { border-color: rgb(55,127,100); }
td.TdClassName
{
border-color: #377F64;
}
.TagClassName
{
border-color: #377F64;
}
</style>