Shades of Viridian #33886C
Tints of Viridian #33886C
RGB
CMYK
RGB Variations
Color information
#33886C (or 0x33886C) is known color: Viridian. HEX triplet: 33, 88 and 6C. RGB value is (51,136,108). Sum of RGB (Red+Green+Blue) = 51+136+108=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #33886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33886C is #CC7793. Grayscale: #6B6B6B. Windows color (decimal): -13399956 or 7112755. OLE color: 7112755.
HSL color Cylindrical-coordinate representation of color #33886C: hue angle of 160.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33886C is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 136 | 108 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.47 |
| HSL | 160.24º | 0.45% | 0.37% | - |
| HSV(B) | 160.24º | 0.63% | 0.53% | - |
| XYZ | 12.88 | 19.39 | 17.25 | - |
| YUV | 107.39 | 128.34 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 108 | 0.62 | 0 | 0.21 | 0.47 | 160.24 | 0.45 | 0.37 |
| Hex | 33 | 88 | 6C | 3E | 0 | 15 | 2F | A0 | 2D | 25 |
| Octal | 63 | 210 | 154 | 76 | 0 | 25 | 57 | 240 | 55 | 45 |
| Binary | 110011 | 10001000 | 1101100 | 111110 | 0 | 10101 | 101111 | 10100000 | 101101 | 100101 |
Color Harmonies of #33886C
Complementary color
Monochromatic Colors of #33886C
Black with #33886C
Text Example
Text Example
White with #33886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33886C; }
p { color: rgb(51,136,108); }
H1.HeaderClassName
{
color: #33886C;
}
.AnyTagClassName
{
color: #33886C;
}
</style>
background-color css
<style>
a { background-color: #33886C; }
a { background-color: rgb(51,136,108); }
div.DivClassName
{
background-color: #33886C;
}
.BgClassName
{
background-color: #33886C;
}
</style>
border-color css
<style>
span { border-color: #33886C; }
span { border-color: rgb(51,136,108); }
td.TdClassName
{
border-color: #33886C;
}
.TagClassName
{
border-color: #33886C;
}
</style>