Shades of Viridian #339071
Tints of Viridian #339071
RGB
CMYK
RGB Variations
Color information
#339071 (or 0x339071) is known color: Viridian. HEX triplet: 33, 90 and 71. RGB value is (51,144,113). Sum of RGB (Red+Green+Blue) = 51+144+113=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #339071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339071 is #CC6F8E. Grayscale: #707070. Windows color (decimal): -13397903 or 7442483. OLE color: 7442483.
HSL color Cylindrical-coordinate representation of color #339071: hue angle of 160º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339071 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 144 | 113 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.44 |
| HSL | 160º | 0.48% | 0.38% | - |
| HSV(B) | 160º | 0.65% | 0.56% | - |
| XYZ | 14.32 | 21.84 | 19.08 | - |
| YUV | 112.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 113 | 0.65 | 0 | 0.22 | 0.44 | 160 | 0.48 | 0.38 |
| Hex | 33 | 90 | 71 | 41 | 0 | 16 | 2C | A0 | 30 | 26 |
| Octal | 63 | 220 | 161 | 101 | 0 | 26 | 54 | 240 | 60 | 46 |
| Binary | 110011 | 10010000 | 1110001 | 1000001 | 0 | 10110 | 101100 | 10100000 | 110000 | 100110 |
Color Harmonies of #339071
Complementary color
Monochromatic Colors of #339071
Black with #339071
Text Example
Text Example
White with #339071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339071; }
p { color: rgb(51,144,113); }
H1.HeaderClassName
{
color: #339071;
}
.AnyTagClassName
{
color: #339071;
}
</style>
background-color css
<style>
a { background-color: #339071; }
a { background-color: rgb(51,144,113); }
div.DivClassName
{
background-color: #339071;
}
.BgClassName
{
background-color: #339071;
}
</style>
border-color css
<style>
span { border-color: #339071; }
span { border-color: rgb(51,144,113); }
td.TdClassName
{
border-color: #339071;
}
.TagClassName
{
border-color: #339071;
}
</style>