Shades of Viridian #398471
Tints of Viridian #398471
RGB
CMYK
RGB Variations
Color information
#398471 (or 0x398471) is known color: Viridian. HEX triplet: 39, 84 and 71. RGB value is (57,132,113). Sum of RGB (Red+Green+Blue) = 57+132+113=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #398471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398471 is #C67B8E. Grayscale: #6B6B6B. Windows color (decimal): -13007759 or 7439417. OLE color: 7439417.
HSL color Cylindrical-coordinate representation of color #398471: hue angle of 164.8º 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 #398471 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 132 | 113 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.48 |
| HSL | 164.8º | 0.4% | 0.37% | - |
| HSV(B) | 164.8º | 0.57% | 0.52% | - |
| XYZ | 12.92 | 18.56 | 18.53 | - |
| YUV | 107.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 113 | 0.57 | 0 | 0.14 | 0.48 | 164.8 | 0.4 | 0.37 |
| Hex | 39 | 84 | 71 | 39 | 0 | E | 30 | A5 | 28 | 25 |
| Octal | 71 | 204 | 161 | 71 | 0 | 16 | 60 | 245 | 50 | 45 |
| Binary | 111001 | 10000100 | 1110001 | 111001 | 0 | 1110 | 110000 | 10100101 | 101000 | 100101 |
Color Harmonies of #398471
Complementary color
Monochromatic Colors of #398471
Black with #398471
Text Example
Text Example
White with #398471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398471; }
p { color: rgb(57,132,113); }
H1.HeaderClassName
{
color: #398471;
}
.AnyTagClassName
{
color: #398471;
}
</style>
background-color css
<style>
a { background-color: #398471; }
a { background-color: rgb(57,132,113); }
div.DivClassName
{
background-color: #398471;
}
.BgClassName
{
background-color: #398471;
}
</style>
border-color css
<style>
span { border-color: #398471; }
span { border-color: rgb(57,132,113); }
td.TdClassName
{
border-color: #398471;
}
.TagClassName
{
border-color: #398471;
}
</style>