Shades of Viridian #377E65
Tints of Viridian #377E65
RGB
CMYK
RGB Variations
Color information
#377E65 (or 0x377E65) is known color: Viridian. HEX triplet: 37, 7E and 65. RGB value is (55,126,101). Sum of RGB (Red+Green+Blue) = 55+126+101=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 126 - color contains mainly: green. Hex color #377E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377E65 is #C8819A. Grayscale: #656565. Windows color (decimal): -13140379 or 6651447. OLE color: 6651447.
HSL color Cylindrical-coordinate representation of color #377E65: hue angle of 158.87º 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 #377E65 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 126 | 101 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.51 |
| HSL | 158.87º | 0.39% | 0.35% | - |
| HSV(B) | 158.87º | 0.56% | 0.49% | - |
| XYZ | 11.39 | 16.67 | 14.93 | - |
| YUV | 101.92 | 127.48 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 101 | 0.56 | 0 | 0.20 | 0.51 | 158.87 | 0.39 | 0.35 |
| Hex | 37 | 7E | 65 | 38 | 0 | 14 | 33 | 9F | 27 | 23 |
| Octal | 67 | 176 | 145 | 70 | 0 | 24 | 63 | 237 | 47 | 43 |
| Binary | 110111 | 1111110 | 1100101 | 111000 | 0 | 10100 | 110011 | 10011111 | 100111 | 100011 |
Color Harmonies of #377E65
Complementary color
Monochromatic Colors of #377E65
Black with #377E65
Text Example
Text Example
White with #377E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E65; }
p { color: rgb(55,126,101); }
H1.HeaderClassName
{
color: #377E65;
}
.AnyTagClassName
{
color: #377E65;
}
</style>
background-color css
<style>
a { background-color: #377E65; }
a { background-color: rgb(55,126,101); }
div.DivClassName
{
background-color: #377E65;
}
.BgClassName
{
background-color: #377E65;
}
</style>
border-color css
<style>
span { border-color: #377E65; }
span { border-color: rgb(55,126,101); }
td.TdClassName
{
border-color: #377E65;
}
.TagClassName
{
border-color: #377E65;
}
</style>