Shades of Viridian #378978
Tints of Viridian #378978
RGB
CMYK
RGB Variations
Color information
#378978 (or 0x378978) is known color: Viridian. HEX triplet: 37, 89 and 78. RGB value is (55,137,120). Sum of RGB (Red+Green+Blue) = 55+137+120=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #378978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378978 is #C87687. Grayscale: #6E6E6E. Windows color (decimal): -13137544 or 7899447. OLE color: 7899447.
HSL color Cylindrical-coordinate representation of color #378978: hue angle of 167.56º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378978 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 55 | 137 | 120 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.46 |
| HSL | 167.56º | 0.43% | 0.38% | - |
| HSV(B) | 167.56º | 0.6% | 0.54% | - |
| XYZ | 13.91 | 20.06 | 20.91 | - |
| YUV | 110.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 137 | 120 | 0.60 | 0 | 0.12 | 0.46 | 167.56 | 0.43 | 0.38 |
| Hex | 37 | 89 | 78 | 3C | 0 | C | 2E | A8 | 2B | 26 |
| Octal | 67 | 211 | 170 | 74 | 0 | 14 | 56 | 250 | 53 | 46 |
| Binary | 110111 | 10001001 | 1111000 | 111100 | 0 | 1100 | 101110 | 10101000 | 101011 | 100110 |
Color Harmonies of #378978
Complementary color
Monochromatic Colors of #378978
Black with #378978
Text Example
Text Example
White with #378978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378978; }
p { color: rgb(55,137,120); }
H1.HeaderClassName
{
color: #378978;
}
.AnyTagClassName
{
color: #378978;
}
</style>
background-color css
<style>
a { background-color: #378978; }
a { background-color: rgb(55,137,120); }
div.DivClassName
{
background-color: #378978;
}
.BgClassName
{
background-color: #378978;
}
</style>
border-color css
<style>
span { border-color: #378978; }
span { border-color: rgb(55,137,120); }
td.TdClassName
{
border-color: #378978;
}
.TagClassName
{
border-color: #378978;
}
</style>