Shades of Viridian #33856A
Tints of Viridian #33856A
RGB
CMYK
RGB Variations
Color information
#33856A (or 0x33856A) is known color: Viridian. HEX triplet: 33, 85 and 6A. RGB value is (51,133,106). Sum of RGB (Red+Green+Blue) = 51+133+106=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #33856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33856A is #CC7A95. Grayscale: #696969. Windows color (decimal): -13400726 or 6980915. OLE color: 6980915.
HSL color Cylindrical-coordinate representation of color #33856A: hue angle of 160.24º 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 #33856A is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 133 | 106 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.48 |
| HSL | 160.24º | 0.45% | 0.36% | - |
| HSV(B) | 160.24º | 0.62% | 0.52% | - |
| XYZ | 12.35 | 18.52 | 16.56 | - |
| YUV | 105.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 106 | 0.62 | 0 | 0.20 | 0.48 | 160.24 | 0.45 | 0.36 |
| Hex | 33 | 85 | 6A | 3E | 0 | 14 | 30 | A0 | 2D | 24 |
| Octal | 63 | 205 | 152 | 76 | 0 | 24 | 60 | 240 | 55 | 44 |
| Binary | 110011 | 10000101 | 1101010 | 111110 | 0 | 10100 | 110000 | 10100000 | 101101 | 100100 |
Color Harmonies of #33856A
Complementary color
Monochromatic Colors of #33856A
Black with #33856A
Text Example
Text Example
White with #33856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33856A; }
p { color: rgb(51,133,106); }
H1.HeaderClassName
{
color: #33856A;
}
.AnyTagClassName
{
color: #33856A;
}
</style>
background-color css
<style>
a { background-color: #33856A; }
a { background-color: rgb(51,133,106); }
div.DivClassName
{
background-color: #33856A;
}
.BgClassName
{
background-color: #33856A;
}
</style>
border-color css
<style>
span { border-color: #33856A; }
span { border-color: rgb(51,133,106); }
td.TdClassName
{
border-color: #33856A;
}
.TagClassName
{
border-color: #33856A;
}
</style>