Shades of Viridian #339271
Tints of Viridian #339271
RGB
CMYK
RGB Variations
Color information
#339271 (or 0x339271) is known color: Viridian. HEX triplet: 33, 92 and 71. RGB value is (51,146,113). Sum of RGB (Red+Green+Blue) = 51+146+113=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #339271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339271 is #CC6D8E. Grayscale: #717171. Windows color (decimal): -13397391 or 7442995. OLE color: 7442995.
HSL color Cylindrical-coordinate representation of color #339271: hue angle of 159.16º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339271 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 146 | 113 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.43 |
| HSL | 159.16º | 0.48% | 0.39% | - |
| HSV(B) | 159.16º | 0.65% | 0.57% | - |
| XYZ | 14.62 | 22.45 | 19.19 | - |
| YUV | 113.83 | 127.53 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 146 | 113 | 0.65 | 0 | 0.23 | 0.43 | 159.16 | 0.48 | 0.39 |
| Hex | 33 | 92 | 71 | 41 | 0 | 17 | 2B | 9F | 30 | 27 |
| Octal | 63 | 222 | 161 | 101 | 0 | 27 | 53 | 237 | 60 | 47 |
| Binary | 110011 | 10010010 | 1110001 | 1000001 | 0 | 10111 | 101011 | 10011111 | 110000 | 100111 |
Color Harmonies of #339271
Complementary color
Monochromatic Colors of #339271
Black with #339271
Text Example
Text Example
White with #339271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339271; }
p { color: rgb(51,146,113); }
H1.HeaderClassName
{
color: #339271;
}
.AnyTagClassName
{
color: #339271;
}
</style>
background-color css
<style>
a { background-color: #339271; }
a { background-color: rgb(51,146,113); }
div.DivClassName
{
background-color: #339271;
}
.BgClassName
{
background-color: #339271;
}
</style>
border-color css
<style>
span { border-color: #339271; }
span { border-color: rgb(51,146,113); }
td.TdClassName
{
border-color: #339271;
}
.TagClassName
{
border-color: #339271;
}
</style>