Shades of Viridian #377B64
Tints of Viridian #377B64
RGB
CMYK
RGB Variations
Color information
#377B64 (or 0x377B64) is known color: Viridian. HEX triplet: 37, 7B and 64. RGB value is (55,123,100). Sum of RGB (Red+Green+Blue) = 55+123+100=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #377B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B64 is #C8849B. Grayscale: #646464. Windows color (decimal): -13141148 or 6585143. OLE color: 6585143.
HSL color Cylindrical-coordinate representation of color #377B64: hue angle of 159.71º 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 #377B64 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 55 | 123 | 100 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.52 |
| HSL | 159.71º | 0.38% | 0.35% | - |
| HSV(B) | 159.71º | 0.55% | 0.48% | - |
| XYZ | 10.96 | 15.9 | 14.55 | - |
| YUV | 100.05 | 127.97 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 123 | 100 | 0.55 | 0 | 0.19 | 0.52 | 159.71 | 0.38 | 0.35 |
| Hex | 37 | 7B | 64 | 37 | 0 | 13 | 34 | A0 | 26 | 23 |
| Octal | 67 | 173 | 144 | 67 | 0 | 23 | 64 | 240 | 46 | 43 |
| Binary | 110111 | 1111011 | 1100100 | 110111 | 0 | 10011 | 110100 | 10100000 | 100110 | 100011 |
Color Harmonies of #377B64
Complementary color
Monochromatic Colors of #377B64
Black with #377B64
Text Example
Text Example
White with #377B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377B64; }
p { color: rgb(55,123,100); }
H1.HeaderClassName
{
color: #377B64;
}
.AnyTagClassName
{
color: #377B64;
}
</style>
background-color css
<style>
a { background-color: #377B64; }
a { background-color: rgb(55,123,100); }
div.DivClassName
{
background-color: #377B64;
}
.BgClassName
{
background-color: #377B64;
}
</style>
border-color css
<style>
span { border-color: #377B64; }
span { border-color: rgb(55,123,100); }
td.TdClassName
{
border-color: #377B64;
}
.TagClassName
{
border-color: #377B64;
}
</style>