Shades of Viridian #339173
Tints of Viridian #339173
RGB
CMYK
RGB Variations
Color information
#339173 (or 0x339173) is known color: Viridian. HEX triplet: 33, 91 and 73. RGB value is (51,145,115). Sum of RGB (Red+Green+Blue) = 51+145+115=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #339173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339173 is #CC6E8C. Grayscale: #717171. Windows color (decimal): -13397645 or 7573811. OLE color: 7573811.
HSL color Cylindrical-coordinate representation of color #339173: hue angle of 160.85º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339173 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 145 | 115 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.43 |
| HSL | 160.85º | 0.48% | 0.38% | - |
| HSV(B) | 160.85º | 0.65% | 0.57% | - |
| XYZ | 14.59 | 22.19 | 19.73 | - |
| YUV | 113.47 | 128.86 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 115 | 0.65 | 0 | 0.21 | 0.43 | 160.85 | 0.48 | 0.38 |
| Hex | 33 | 91 | 73 | 41 | 0 | 15 | 2B | A1 | 30 | 26 |
| Octal | 63 | 221 | 163 | 101 | 0 | 25 | 53 | 241 | 60 | 46 |
| Binary | 110011 | 10010001 | 1110011 | 1000001 | 0 | 10101 | 101011 | 10100001 | 110000 | 100110 |
Color Harmonies of #339173
Complementary color
Monochromatic Colors of #339173
Black with #339173
Text Example
Text Example
White with #339173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339173; }
p { color: rgb(51,145,115); }
H1.HeaderClassName
{
color: #339173;
}
.AnyTagClassName
{
color: #339173;
}
</style>
background-color css
<style>
a { background-color: #339173; }
a { background-color: rgb(51,145,115); }
div.DivClassName
{
background-color: #339173;
}
.BgClassName
{
background-color: #339173;
}
</style>
border-color css
<style>
span { border-color: #339173; }
span { border-color: rgb(51,145,115); }
td.TdClassName
{
border-color: #339173;
}
.TagClassName
{
border-color: #339173;
}
</style>