Shades of Viridian #378B77
Tints of Viridian #378B77
RGB
CMYK
RGB Variations
Color information
#378B77 (or 0x378B77) is known color: Viridian. HEX triplet: 37, 8B and 77. RGB value is (55,139,119). Sum of RGB (Red+Green+Blue) = 55+139+119=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #378B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378B77 is #C87488. Grayscale: #6F6F6F. Windows color (decimal): -13137033 or 7834423. OLE color: 7834423.
HSL color Cylindrical-coordinate representation of color #378B77: hue angle of 165.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B77 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 139 | 119 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.45 |
| HSL | 165.71º | 0.43% | 0.38% | - |
| HSV(B) | 165.71º | 0.6% | 0.55% | - |
| XYZ | 14.14 | 20.61 | 20.69 | - |
| YUV | 111.6 | 132.17 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 139 | 119 | 0.60 | 0 | 0.14 | 0.45 | 165.71 | 0.43 | 0.38 |
| Hex | 37 | 8B | 77 | 3C | 0 | E | 2D | A6 | 2B | 26 |
| Octal | 67 | 213 | 167 | 74 | 0 | 16 | 55 | 246 | 53 | 46 |
| Binary | 110111 | 10001011 | 1110111 | 111100 | 0 | 1110 | 101101 | 10100110 | 101011 | 100110 |
Color Harmonies of #378B77
Complementary color
Monochromatic Colors of #378B77
Black with #378B77
Text Example
Text Example
White with #378B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378B77; }
p { color: rgb(55,139,119); }
H1.HeaderClassName
{
color: #378B77;
}
.AnyTagClassName
{
color: #378B77;
}
</style>
background-color css
<style>
a { background-color: #378B77; }
a { background-color: rgb(55,139,119); }
div.DivClassName
{
background-color: #378B77;
}
.BgClassName
{
background-color: #378B77;
}
</style>
border-color css
<style>
span { border-color: #378B77; }
span { border-color: rgb(55,139,119); }
td.TdClassName
{
border-color: #378B77;
}
.TagClassName
{
border-color: #378B77;
}
</style>