Shades of Viridian #379270
Tints of Viridian #379270
RGB
CMYK
RGB Variations
Color information
#379270 (or 0x379270) is known color: Viridian. HEX triplet: 37, 92 and 70. RGB value is (55,146,112). Sum of RGB (Red+Green+Blue) = 55+146+112=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #379270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379270 is #C86D8F. Grayscale: #727272. Windows color (decimal): -13135248 or 7377463. OLE color: 7377463.
HSL color Cylindrical-coordinate representation of color #379270: hue angle of 157.58º 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 #379270 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 146 | 112 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.43 |
| HSL | 157.58º | 0.45% | 0.39% | - |
| HSV(B) | 157.58º | 0.62% | 0.57% | - |
| XYZ | 14.78 | 22.54 | 18.9 | - |
| YUV | 114.92 | 126.35 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 146 | 112 | 0.62 | 0 | 0.23 | 0.43 | 157.58 | 0.45 | 0.39 |
| Hex | 37 | 92 | 70 | 3E | 0 | 17 | 2B | 9E | 2D | 27 |
| Octal | 67 | 222 | 160 | 76 | 0 | 27 | 53 | 236 | 55 | 47 |
| Binary | 110111 | 10010010 | 1110000 | 111110 | 0 | 10111 | 101011 | 10011110 | 101101 | 100111 |
Color Harmonies of #379270
Complementary color
Monochromatic Colors of #379270
Black with #379270
Text Example
Text Example
White with #379270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379270; }
p { color: rgb(55,146,112); }
H1.HeaderClassName
{
color: #379270;
}
.AnyTagClassName
{
color: #379270;
}
</style>
background-color css
<style>
a { background-color: #379270; }
a { background-color: rgb(55,146,112); }
div.DivClassName
{
background-color: #379270;
}
.BgClassName
{
background-color: #379270;
}
</style>
border-color css
<style>
span { border-color: #379270; }
span { border-color: rgb(55,146,112); }
td.TdClassName
{
border-color: #379270;
}
.TagClassName
{
border-color: #379270;
}
</style>