Shades of Viridian #379370
Tints of Viridian #379370
RGB
CMYK
RGB Variations
Color information
#379370 (or 0x379370) is known color: Viridian. HEX triplet: 37, 93 and 70. RGB value is (55,147,112). Sum of RGB (Red+Green+Blue) = 55+147+112=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #379370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379370 is #C86C8F. Grayscale: #737373. Windows color (decimal): -13134992 or 7377719. OLE color: 7377719.
HSL color Cylindrical-coordinate representation of color #379370: hue angle of 157.17º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379370 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 147 | 112 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.42 |
| HSL | 157.17º | 0.46% | 0.4% | - |
| HSV(B) | 157.17º | 0.63% | 0.58% | - |
| XYZ | 14.93 | 22.85 | 18.95 | - |
| YUV | 115.5 | 126.02 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 147 | 112 | 0.63 | 0 | 0.24 | 0.42 | 157.17 | 0.46 | 0.4 |
| Hex | 37 | 93 | 70 | 3F | 0 | 18 | 2A | 9D | 2E | 28 |
| Octal | 67 | 223 | 160 | 77 | 0 | 30 | 52 | 235 | 56 | 50 |
| Binary | 110111 | 10010011 | 1110000 | 111111 | 0 | 11000 | 101010 | 10011101 | 101110 | 101000 |
Color Harmonies of #379370
Complementary color
Monochromatic Colors of #379370
Black with #379370
Text Example
Text Example
White with #379370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379370; }
p { color: rgb(55,147,112); }
H1.HeaderClassName
{
color: #379370;
}
.AnyTagClassName
{
color: #379370;
}
</style>
background-color css
<style>
a { background-color: #379370; }
a { background-color: rgb(55,147,112); }
div.DivClassName
{
background-color: #379370;
}
.BgClassName
{
background-color: #379370;
}
</style>
border-color css
<style>
span { border-color: #379370; }
span { border-color: rgb(55,147,112); }
td.TdClassName
{
border-color: #379370;
}
.TagClassName
{
border-color: #379370;
}
</style>