Shades of Viridian #379273
Tints of Viridian #379273
RGB
CMYK
RGB Variations
Color information
#379273 (or 0x379273) is known color: Viridian. HEX triplet: 37, 92 and 73. RGB value is (55,146,115). Sum of RGB (Red+Green+Blue) = 55+146+115=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #379273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379273 is #C86D8C. Grayscale: #737373. Windows color (decimal): -13135245 or 7574071. OLE color: 7574071.
HSL color Cylindrical-coordinate representation of color #379273: hue angle of 159.56º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379273 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 146 | 115 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.43 |
| HSL | 159.56º | 0.45% | 0.39% | - |
| HSV(B) | 159.56º | 0.62% | 0.57% | - |
| XYZ | 14.95 | 22.61 | 19.8 | - |
| YUV | 115.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 146 | 115 | 0.62 | 0 | 0.21 | 0.43 | 159.56 | 0.45 | 0.39 |
| Hex | 37 | 92 | 73 | 3E | 0 | 15 | 2B | A0 | 2D | 27 |
| Octal | 67 | 222 | 163 | 76 | 0 | 25 | 53 | 240 | 55 | 47 |
| Binary | 110111 | 10010010 | 1110011 | 111110 | 0 | 10101 | 101011 | 10100000 | 101101 | 100111 |
Color Harmonies of #379273
Complementary color
Monochromatic Colors of #379273
Black with #379273
Text Example
Text Example
White with #379273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379273; }
p { color: rgb(55,146,115); }
H1.HeaderClassName
{
color: #379273;
}
.AnyTagClassName
{
color: #379273;
}
</style>
background-color css
<style>
a { background-color: #379273; }
a { background-color: rgb(55,146,115); }
div.DivClassName
{
background-color: #379273;
}
.BgClassName
{
background-color: #379273;
}
</style>
border-color css
<style>
span { border-color: #379273; }
span { border-color: rgb(55,146,115); }
td.TdClassName
{
border-color: #379273;
}
.TagClassName
{
border-color: #379273;
}
</style>