Shades of Viridian #378868
Tints of Viridian #378868
RGB
CMYK
RGB Variations
Color information
#378868 (or 0x378868) is known color: Viridian. HEX triplet: 37, 88 and 68. RGB value is (55,136,104). Sum of RGB (Red+Green+Blue) = 55+136+104=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #378868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378868 is #C87797. Grayscale: #6C6C6C. Windows color (decimal): -13137816 or 6850615. OLE color: 6850615.
HSL color Cylindrical-coordinate representation of color #378868: hue angle of 156.3º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378868 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 136 | 104 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.47 |
| HSL | 156.3º | 0.42% | 0.37% | - |
| HSV(B) | 156.3º | 0.6% | 0.53% | - |
| XYZ | 12.88 | 19.42 | 16.17 | - |
| YUV | 108.13 | 125.66 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 104 | 0.60 | 0 | 0.24 | 0.47 | 156.3 | 0.42 | 0.37 |
| Hex | 37 | 88 | 68 | 3C | 0 | 18 | 2F | 9C | 2A | 25 |
| Octal | 67 | 210 | 150 | 74 | 0 | 30 | 57 | 234 | 52 | 45 |
| Binary | 110111 | 10001000 | 1101000 | 111100 | 0 | 11000 | 101111 | 10011100 | 101010 | 100101 |
Color Harmonies of #378868
Complementary color
Monochromatic Colors of #378868
Black with #378868
Text Example
Text Example
White with #378868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378868; }
p { color: rgb(55,136,104); }
H1.HeaderClassName
{
color: #378868;
}
.AnyTagClassName
{
color: #378868;
}
</style>
background-color css
<style>
a { background-color: #378868; }
a { background-color: rgb(55,136,104); }
div.DivClassName
{
background-color: #378868;
}
.BgClassName
{
background-color: #378868;
}
</style>
border-color css
<style>
span { border-color: #378868; }
span { border-color: rgb(55,136,104); }
td.TdClassName
{
border-color: #378868;
}
.TagClassName
{
border-color: #378868;
}
</style>