Shades of Viridian #378C73
Tints of Viridian #378C73
RGB
CMYK
RGB Variations
Color information
#378C73 (or 0x378C73) is known color: Viridian. HEX triplet: 37, 8C and 73. RGB value is (55,140,115). Sum of RGB (Red+Green+Blue) = 55+140+115=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #378C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C73 is #C8738C. Grayscale: #6F6F6F. Windows color (decimal): -13136781 or 7572535. OLE color: 7572535.
HSL color Cylindrical-coordinate representation of color #378C73: hue angle of 162.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 #378C73 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 140 | 115 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.45 |
| HSL | 162.35º | 0.44% | 0.38% | - |
| HSV(B) | 162.35º | 0.61% | 0.55% | - |
| XYZ | 14.05 | 20.81 | 19.5 | - |
| YUV | 111.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 140 | 115 | 0.61 | 0 | 0.18 | 0.45 | 162.35 | 0.44 | 0.38 |
| Hex | 37 | 8C | 73 | 3D | 0 | 12 | 2D | A2 | 2C | 26 |
| Octal | 67 | 214 | 163 | 75 | 0 | 22 | 55 | 242 | 54 | 46 |
| Binary | 110111 | 10001100 | 1110011 | 111101 | 0 | 10010 | 101101 | 10100010 | 101100 | 100110 |
Color Harmonies of #378C73
Complementary color
Monochromatic Colors of #378C73
Black with #378C73
Text Example
Text Example
White with #378C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378C73; }
p { color: rgb(55,140,115); }
H1.HeaderClassName
{
color: #378C73;
}
.AnyTagClassName
{
color: #378C73;
}
</style>
background-color css
<style>
a { background-color: #378C73; }
a { background-color: rgb(55,140,115); }
div.DivClassName
{
background-color: #378C73;
}
.BgClassName
{
background-color: #378C73;
}
</style>
border-color css
<style>
span { border-color: #378C73; }
span { border-color: rgb(55,140,115); }
td.TdClassName
{
border-color: #378C73;
}
.TagClassName
{
border-color: #378C73;
}
</style>