Shades of Viridian #39916F
Tints of Viridian #39916F
RGB
CMYK
RGB Variations
Color information
#39916F (or 0x39916F) is known color: Viridian. HEX triplet: 39, 91 and 6F. RGB value is (57,145,111). Sum of RGB (Red+Green+Blue) = 57+145+111=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #39916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39916F is #C66E90. Grayscale: #727272. Windows color (decimal): -13004433 or 7311673. OLE color: 7311673.
HSL color Cylindrical-coordinate representation of color #39916F: hue angle of 156.82º 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 #39916F is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 111 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.43 |
| HSL | 156.82º | 0.44% | 0.4% | - |
| HSV(B) | 156.82º | 0.61% | 0.57% | - |
| XYZ | 14.68 | 22.27 | 18.56 | - |
| YUV | 114.81 | 125.85 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 111 | 0.61 | 0 | 0.23 | 0.43 | 156.82 | 0.44 | 0.4 |
| Hex | 39 | 91 | 6F | 3D | 0 | 17 | 2B | 9D | 2C | 28 |
| Octal | 71 | 221 | 157 | 75 | 0 | 27 | 53 | 235 | 54 | 50 |
| Binary | 111001 | 10010001 | 1101111 | 111101 | 0 | 10111 | 101011 | 10011101 | 101100 | 101000 |
Color Harmonies of #39916F
Complementary color
Monochromatic Colors of #39916F
Black with #39916F
Text Example
Text Example
White with #39916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39916F; }
p { color: rgb(57,145,111); }
H1.HeaderClassName
{
color: #39916F;
}
.AnyTagClassName
{
color: #39916F;
}
</style>
background-color css
<style>
a { background-color: #39916F; }
a { background-color: rgb(57,145,111); }
div.DivClassName
{
background-color: #39916F;
}
.BgClassName
{
background-color: #39916F;
}
</style>
border-color css
<style>
span { border-color: #39916F; }
span { border-color: rgb(57,145,111); }
td.TdClassName
{
border-color: #39916F;
}
.TagClassName
{
border-color: #39916F;
}
</style>