Shades of Viridian #33886F
Tints of Viridian #33886F
RGB
CMYK
RGB Variations
Color information
#33886F (or 0x33886F) is known color: Viridian. HEX triplet: 33, 88 and 6F. RGB value is (51,136,111). Sum of RGB (Red+Green+Blue) = 51+136+111=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #33886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33886F is #CC7790. Grayscale: #6B6B6B. Windows color (decimal): -13399953 or 7309363. OLE color: 7309363.
HSL color Cylindrical-coordinate representation of color #33886F: hue angle of 162.35º 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 #33886F is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 136 | 111 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.47 |
| HSL | 162.35º | 0.45% | 0.37% | - |
| HSV(B) | 162.35º | 0.63% | 0.53% | - |
| XYZ | 13.04 | 19.46 | 18.11 | - |
| YUV | 107.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 111 | 0.62 | 0 | 0.18 | 0.47 | 162.35 | 0.45 | 0.37 |
| Hex | 33 | 88 | 6F | 3E | 0 | 12 | 2F | A2 | 2D | 25 |
| Octal | 63 | 210 | 157 | 76 | 0 | 22 | 57 | 242 | 55 | 45 |
| Binary | 110011 | 10001000 | 1101111 | 111110 | 0 | 10010 | 101111 | 10100010 | 101101 | 100101 |
Color Harmonies of #33886F
Complementary color
Monochromatic Colors of #33886F
Black with #33886F
Text Example
Text Example
White with #33886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33886F; }
p { color: rgb(51,136,111); }
H1.HeaderClassName
{
color: #33886F;
}
.AnyTagClassName
{
color: #33886F;
}
</style>
background-color css
<style>
a { background-color: #33886F; }
a { background-color: rgb(51,136,111); }
div.DivClassName
{
background-color: #33886F;
}
.BgClassName
{
background-color: #33886F;
}
</style>
border-color css
<style>
span { border-color: #33886F; }
span { border-color: rgb(51,136,111); }
td.TdClassName
{
border-color: #33886F;
}
.TagClassName
{
border-color: #33886F;
}
</style>