Shades of Viridian #399270
Tints of Viridian #399270
RGB
CMYK
RGB Variations
Color information
#399270 (or 0x399270) is known color: Viridian. HEX triplet: 39, 92 and 70. RGB value is (57,146,112). Sum of RGB (Red+Green+Blue) = 57+146+112=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #399270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399270 is #C66D8F. Grayscale: #737373. Windows color (decimal): -13004176 or 7377465. OLE color: 7377465.
HSL color Cylindrical-coordinate representation of color #399270: hue angle of 157.08º 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 #399270 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 146 | 112 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.43 |
| HSL | 157.08º | 0.44% | 0.4% | - |
| HSV(B) | 157.08º | 0.61% | 0.57% | - |
| XYZ | 14.89 | 22.6 | 18.91 | - |
| YUV | 115.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 112 | 0.61 | 0 | 0.23 | 0.43 | 157.08 | 0.44 | 0.4 |
| Hex | 39 | 92 | 70 | 3D | 0 | 17 | 2B | 9D | 2C | 28 |
| Octal | 71 | 222 | 160 | 75 | 0 | 27 | 53 | 235 | 54 | 50 |
| Binary | 111001 | 10010010 | 1110000 | 111101 | 0 | 10111 | 101011 | 10011101 | 101100 | 101000 |
Color Harmonies of #399270
Complementary color
Monochromatic Colors of #399270
Black with #399270
Text Example
Text Example
White with #399270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399270; }
p { color: rgb(57,146,112); }
H1.HeaderClassName
{
color: #399270;
}
.AnyTagClassName
{
color: #399270;
}
</style>
background-color css
<style>
a { background-color: #399270; }
a { background-color: rgb(57,146,112); }
div.DivClassName
{
background-color: #399270;
}
.BgClassName
{
background-color: #399270;
}
</style>
border-color css
<style>
span { border-color: #399270; }
span { border-color: rgb(57,146,112); }
td.TdClassName
{
border-color: #399270;
}
.TagClassName
{
border-color: #399270;
}
</style>