Shades of Viridian #33906E
Tints of Viridian #33906E
RGB
CMYK
RGB Variations
Color information
#33906E (or 0x33906E) is known color: Viridian. HEX triplet: 33, 90 and 6E. RGB value is (51,144,110). Sum of RGB (Red+Green+Blue) = 51+144+110=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #33906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33906E is #CC6F91. Grayscale: #707070. Windows color (decimal): -13397906 or 7245875. OLE color: 7245875.
HSL color Cylindrical-coordinate representation of color #33906E: hue angle of 158.06º 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 #33906E is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 144 | 110 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.44 |
| HSL | 158.06º | 0.48% | 0.38% | - |
| HSV(B) | 158.06º | 0.65% | 0.56% | - |
| XYZ | 14.15 | 21.78 | 18.21 | - |
| YUV | 112.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 144 | 110 | 0.65 | 0 | 0.24 | 0.44 | 158.06 | 0.48 | 0.38 |
| Hex | 33 | 90 | 6E | 41 | 0 | 18 | 2C | 9E | 30 | 26 |
| Octal | 63 | 220 | 156 | 101 | 0 | 30 | 54 | 236 | 60 | 46 |
| Binary | 110011 | 10010000 | 1101110 | 1000001 | 0 | 11000 | 101100 | 10011110 | 110000 | 100110 |
Color Harmonies of #33906E
Complementary color
Monochromatic Colors of #33906E
Black with #33906E
Text Example
Text Example
White with #33906E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33906E; }
p { color: rgb(51,144,110); }
H1.HeaderClassName
{
color: #33906E;
}
.AnyTagClassName
{
color: #33906E;
}
</style>
background-color css
<style>
a { background-color: #33906E; }
a { background-color: rgb(51,144,110); }
div.DivClassName
{
background-color: #33906E;
}
.BgClassName
{
background-color: #33906E;
}
</style>
border-color css
<style>
span { border-color: #33906E; }
span { border-color: rgb(51,144,110); }
td.TdClassName
{
border-color: #33906E;
}
.TagClassName
{
border-color: #33906E;
}
</style>