Shades of Viridian #33856C
Tints of Viridian #33856C
RGB
CMYK
RGB Variations
Color information
#33856C (or 0x33856C) is known color: Viridian. HEX triplet: 33, 85 and 6C. RGB value is (51,133,108). Sum of RGB (Red+Green+Blue) = 51+133+108=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #33856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33856C is #CC7A93. Grayscale: #696969. Windows color (decimal): -13400724 or 7111987. OLE color: 7111987.
HSL color Cylindrical-coordinate representation of color #33856C: hue angle of 161.71º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33856C is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 133 | 108 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.48 |
| HSL | 161.71º | 0.45% | 0.36% | - |
| HSV(B) | 161.71º | 0.62% | 0.52% | - |
| XYZ | 12.46 | 18.56 | 17.11 | - |
| YUV | 105.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 108 | 0.62 | 0 | 0.19 | 0.48 | 161.71 | 0.45 | 0.36 |
| Hex | 33 | 85 | 6C | 3E | 0 | 13 | 30 | A2 | 2D | 24 |
| Octal | 63 | 205 | 154 | 76 | 0 | 23 | 60 | 242 | 55 | 44 |
| Binary | 110011 | 10000101 | 1101100 | 111110 | 0 | 10011 | 110000 | 10100010 | 101101 | 100100 |
Color Harmonies of #33856C
Complementary color
Monochromatic Colors of #33856C
Black with #33856C
Text Example
Text Example
White with #33856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33856C; }
p { color: rgb(51,133,108); }
H1.HeaderClassName
{
color: #33856C;
}
.AnyTagClassName
{
color: #33856C;
}
</style>
background-color css
<style>
a { background-color: #33856C; }
a { background-color: rgb(51,133,108); }
div.DivClassName
{
background-color: #33856C;
}
.BgClassName
{
background-color: #33856C;
}
</style>
border-color css
<style>
span { border-color: #33856C; }
span { border-color: rgb(51,133,108); }
td.TdClassName
{
border-color: #33856C;
}
.TagClassName
{
border-color: #33856C;
}
</style>