Shades of Viridian #33916F
Tints of Viridian #33916F
RGB
CMYK
RGB Variations
Color information
#33916F (or 0x33916F) is known color: Viridian. HEX triplet: 33, 91 and 6F. RGB value is (51,145,111). Sum of RGB (Red+Green+Blue) = 51+145+111=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #33916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33916F is #CC6E90. Grayscale: #717171. Windows color (decimal): -13397649 or 7311667. OLE color: 7311667.
HSL color Cylindrical-coordinate representation of color #33916F: hue angle of 158.3º 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 #33916F is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 145 | 111 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.43 |
| HSL | 158.3º | 0.48% | 0.38% | - |
| HSV(B) | 158.3º | 0.65% | 0.57% | - |
| XYZ | 14.36 | 22.1 | 18.55 | - |
| YUV | 113.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 111 | 0.65 | 0 | 0.23 | 0.43 | 158.3 | 0.48 | 0.38 |
| Hex | 33 | 91 | 6F | 41 | 0 | 17 | 2B | 9E | 30 | 26 |
| Octal | 63 | 221 | 157 | 101 | 0 | 27 | 53 | 236 | 60 | 46 |
| Binary | 110011 | 10010001 | 1101111 | 1000001 | 0 | 10111 | 101011 | 10011110 | 110000 | 100110 |
Color Harmonies of #33916F
Complementary color
Monochromatic Colors of #33916F
Black with #33916F
Text Example
Text Example
White with #33916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33916F; }
p { color: rgb(51,145,111); }
H1.HeaderClassName
{
color: #33916F;
}
.AnyTagClassName
{
color: #33916F;
}
</style>
background-color css
<style>
a { background-color: #33916F; }
a { background-color: rgb(51,145,111); }
div.DivClassName
{
background-color: #33916F;
}
.BgClassName
{
background-color: #33916F;
}
</style>
border-color css
<style>
span { border-color: #33916F; }
span { border-color: rgb(51,145,111); }
td.TdClassName
{
border-color: #33916F;
}
.TagClassName
{
border-color: #33916F;
}
</style>