Shades of Viridian #378778
Tints of Viridian #378778
RGB
CMYK
RGB Variations
Color information
#378778 (or 0x378778) is known color: Viridian. HEX triplet: 37, 87 and 78. RGB value is (55,135,120). Sum of RGB (Red+Green+Blue) = 55+135+120=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #378778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378778 is #C87887. Grayscale: #6D6D6D. Windows color (decimal): -13138056 or 7898935. OLE color: 7898935.
HSL color Cylindrical-coordinate representation of color #378778: hue angle of 168.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378778 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 135 | 120 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.47 |
| HSL | 168.75º | 0.42% | 0.37% | - |
| HSV(B) | 168.75º | 0.59% | 0.53% | - |
| XYZ | 13.63 | 19.5 | 20.81 | - |
| YUV | 109.37 | 134 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 135 | 120 | 0.59 | 0 | 0.11 | 0.47 | 168.75 | 0.42 | 0.37 |
| Hex | 37 | 87 | 78 | 3B | 0 | B | 2F | A9 | 2A | 25 |
| Octal | 67 | 207 | 170 | 73 | 0 | 13 | 57 | 251 | 52 | 45 |
| Binary | 110111 | 10000111 | 1111000 | 111011 | 0 | 1011 | 101111 | 10101001 | 101010 | 100101 |
Color Harmonies of #378778
Complementary color
Monochromatic Colors of #378778
Black with #378778
Text Example
Text Example
White with #378778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378778; }
p { color: rgb(55,135,120); }
H1.HeaderClassName
{
color: #378778;
}
.AnyTagClassName
{
color: #378778;
}
</style>
background-color css
<style>
a { background-color: #378778; }
a { background-color: rgb(55,135,120); }
div.DivClassName
{
background-color: #378778;
}
.BgClassName
{
background-color: #378778;
}
</style>
border-color css
<style>
span { border-color: #378778; }
span { border-color: rgb(55,135,120); }
td.TdClassName
{
border-color: #378778;
}
.TagClassName
{
border-color: #378778;
}
</style>