Shades of Viridian #378C78
Tints of Viridian #378C78
RGB
CMYK
RGB Variations
Color information
#378C78 (or 0x378C78) is known color: Viridian. HEX triplet: 37, 8C and 78. RGB value is (55,140,120). Sum of RGB (Red+Green+Blue) = 55+140+120=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #378C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C78 is #C87387. Grayscale: #707070. Windows color (decimal): -13136776 or 7900215. OLE color: 7900215.
HSL color Cylindrical-coordinate representation of color #378C78: hue angle of 165.88º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378C78 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 140 | 120 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.45 |
| HSL | 165.88º | 0.44% | 0.38% | - |
| HSV(B) | 165.88º | 0.61% | 0.55% | - |
| XYZ | 14.34 | 20.92 | 21.05 | - |
| YUV | 112.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 120 | 0.61 | 0 | 0.14 | 0.45 | 165.88 | 0.44 | 0.38 |
| Hex | 37 | 8C | 78 | 3D | 0 | E | 2D | A6 | 2C | 26 |
| Octal | 67 | 214 | 170 | 75 | 0 | 16 | 55 | 246 | 54 | 46 |
| Binary | 110111 | 10001100 | 1111000 | 111101 | 0 | 1110 | 101101 | 10100110 | 101100 | 100110 |
Color Harmonies of #378C78
Complementary color
Monochromatic Colors of #378C78
Black with #378C78
Text Example
Text Example
White with #378C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378C78; }
p { color: rgb(55,140,120); }
H1.HeaderClassName
{
color: #378C78;
}
.AnyTagClassName
{
color: #378C78;
}
</style>
background-color css
<style>
a { background-color: #378C78; }
a { background-color: rgb(55,140,120); }
div.DivClassName
{
background-color: #378C78;
}
.BgClassName
{
background-color: #378C78;
}
</style>
border-color css
<style>
span { border-color: #378C78; }
span { border-color: rgb(55,140,120); }
td.TdClassName
{
border-color: #378C78;
}
.TagClassName
{
border-color: #378C78;
}
</style>