Shades of Viridian #378673
Tints of Viridian #378673
RGB
CMYK
RGB Variations
Color information
#378673 (or 0x378673) is known color: Viridian. HEX triplet: 37, 86 and 73. RGB value is (55,134,115). Sum of RGB (Red+Green+Blue) = 55+134+115=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #378673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378673 is #C8798C. Grayscale: #6C6C6C. Windows color (decimal): -13138317 or 7570999. OLE color: 7570999.
HSL color Cylindrical-coordinate representation of color #378673: hue angle of 165.57º 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 #378673 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 134 | 115 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.47 |
| HSL | 165.57º | 0.42% | 0.37% | - |
| HSV(B) | 165.57º | 0.59% | 0.53% | - |
| XYZ | 13.2 | 19.1 | 19.21 | - |
| YUV | 108.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 134 | 115 | 0.59 | 0 | 0.14 | 0.47 | 165.57 | 0.42 | 0.37 |
| Hex | 37 | 86 | 73 | 3B | 0 | E | 2F | A6 | 2A | 25 |
| Octal | 67 | 206 | 163 | 73 | 0 | 16 | 57 | 246 | 52 | 45 |
| Binary | 110111 | 10000110 | 1110011 | 111011 | 0 | 1110 | 101111 | 10100110 | 101010 | 100101 |
Color Harmonies of #378673
Complementary color
Monochromatic Colors of #378673
Black with #378673
Text Example
Text Example
White with #378673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378673; }
p { color: rgb(55,134,115); }
H1.HeaderClassName
{
color: #378673;
}
.AnyTagClassName
{
color: #378673;
}
</style>
background-color css
<style>
a { background-color: #378673; }
a { background-color: rgb(55,134,115); }
div.DivClassName
{
background-color: #378673;
}
.BgClassName
{
background-color: #378673;
}
</style>
border-color css
<style>
span { border-color: #378673; }
span { border-color: rgb(55,134,115); }
td.TdClassName
{
border-color: #378673;
}
.TagClassName
{
border-color: #378673;
}
</style>