Shades of Viridian #399271
Tints of Viridian #399271
RGB
CMYK
RGB Variations
Color information
#399271 (or 0x399271) is known color: Viridian. HEX triplet: 39, 92 and 71. RGB value is (57,146,113). Sum of RGB (Red+Green+Blue) = 57+146+113=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #399271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399271 is #C66D8E. Grayscale: #737373. Windows color (decimal): -13004175 or 7443001. OLE color: 7443001.
HSL color Cylindrical-coordinate representation of color #399271: hue angle of 157.75º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399271 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 146 | 113 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.43 |
| HSL | 157.75º | 0.44% | 0.4% | - |
| HSV(B) | 157.75º | 0.61% | 0.57% | - |
| XYZ | 14.95 | 22.62 | 19.2 | - |
| YUV | 115.63 | 126.51 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 113 | 0.61 | 0 | 0.23 | 0.43 | 157.75 | 0.44 | 0.4 |
| Hex | 39 | 92 | 71 | 3D | 0 | 17 | 2B | 9E | 2C | 28 |
| Octal | 71 | 222 | 161 | 75 | 0 | 27 | 53 | 236 | 54 | 50 |
| Binary | 111001 | 10010010 | 1110001 | 111101 | 0 | 10111 | 101011 | 10011110 | 101100 | 101000 |
Color Harmonies of #399271
Complementary color
Monochromatic Colors of #399271
Black with #399271
Text Example
Text Example
White with #399271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399271; }
p { color: rgb(57,146,113); }
H1.HeaderClassName
{
color: #399271;
}
.AnyTagClassName
{
color: #399271;
}
</style>
background-color css
<style>
a { background-color: #399271; }
a { background-color: rgb(57,146,113); }
div.DivClassName
{
background-color: #399271;
}
.BgClassName
{
background-color: #399271;
}
</style>
border-color css
<style>
span { border-color: #399271; }
span { border-color: rgb(57,146,113); }
td.TdClassName
{
border-color: #399271;
}
.TagClassName
{
border-color: #399271;
}
</style>