Shades of Viridian #378D78
Tints of Viridian #378D78
RGB
CMYK
RGB Variations
Color information
#378D78 (or 0x378D78) is known color: Viridian. HEX triplet: 37, 8D and 78. RGB value is (55,141,120). Sum of RGB (Red+Green+Blue) = 55+141+120=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #378D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D78 is #C87287. Grayscale: #707070. Windows color (decimal): -13136520 or 7900471. OLE color: 7900471.
HSL color Cylindrical-coordinate representation of color #378D78: hue angle of 165.35º 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 #378D78 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 141 | 120 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.45 |
| HSL | 165.35º | 0.44% | 0.38% | - |
| HSV(B) | 165.35º | 0.61% | 0.55% | - |
| XYZ | 14.49 | 21.22 | 21.1 | - |
| YUV | 112.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 141 | 120 | 0.61 | 0 | 0.15 | 0.45 | 165.35 | 0.44 | 0.38 |
| Hex | 37 | 8D | 78 | 3D | 0 | F | 2D | A5 | 2C | 26 |
| Octal | 67 | 215 | 170 | 75 | 0 | 17 | 55 | 245 | 54 | 46 |
| Binary | 110111 | 10001101 | 1111000 | 111101 | 0 | 1111 | 101101 | 10100101 | 101100 | 100110 |
Color Harmonies of #378D78
Complementary color
Monochromatic Colors of #378D78
Black with #378D78
Text Example
Text Example
White with #378D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378D78; }
p { color: rgb(55,141,120); }
H1.HeaderClassName
{
color: #378D78;
}
.AnyTagClassName
{
color: #378D78;
}
</style>
background-color css
<style>
a { background-color: #378D78; }
a { background-color: rgb(55,141,120); }
div.DivClassName
{
background-color: #378D78;
}
.BgClassName
{
background-color: #378D78;
}
</style>
border-color css
<style>
span { border-color: #378D78; }
span { border-color: rgb(55,141,120); }
td.TdClassName
{
border-color: #378D78;
}
.TagClassName
{
border-color: #378D78;
}
</style>