Shades of Viridian #398470
Tints of Viridian #398470
RGB
CMYK
RGB Variations
Color information
#398470 (or 0x398470) is known color: Viridian. HEX triplet: 39, 84 and 70. RGB value is (57,132,112). Sum of RGB (Red+Green+Blue) = 57+132+112=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #398470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398470 is #C67B8F. Grayscale: #6B6B6B. Windows color (decimal): -13007760 or 7373881. OLE color: 7373881.
HSL color Cylindrical-coordinate representation of color #398470: hue angle of 164º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398470 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 132 | 112 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.48 |
| HSL | 164º | 0.4% | 0.37% | - |
| HSV(B) | 164º | 0.57% | 0.52% | - |
| XYZ | 12.86 | 18.54 | 18.23 | - |
| YUV | 107.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 112 | 0.57 | 0 | 0.15 | 0.48 | 164 | 0.4 | 0.37 |
| Hex | 39 | 84 | 70 | 39 | 0 | F | 30 | A4 | 28 | 25 |
| Octal | 71 | 204 | 160 | 71 | 0 | 17 | 60 | 244 | 50 | 45 |
| Binary | 111001 | 10000100 | 1110000 | 111001 | 0 | 1111 | 110000 | 10100100 | 101000 | 100101 |
Color Harmonies of #398470
Complementary color
Monochromatic Colors of #398470
Black with #398470
Text Example
Text Example
White with #398470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398470; }
p { color: rgb(57,132,112); }
H1.HeaderClassName
{
color: #398470;
}
.AnyTagClassName
{
color: #398470;
}
</style>
background-color css
<style>
a { background-color: #398470; }
a { background-color: rgb(57,132,112); }
div.DivClassName
{
background-color: #398470;
}
.BgClassName
{
background-color: #398470;
}
</style>
border-color css
<style>
span { border-color: #398470; }
span { border-color: rgb(57,132,112); }
td.TdClassName
{
border-color: #398470;
}
.TagClassName
{
border-color: #398470;
}
</style>