Shades of Viridian #33896D
Tints of Viridian #33896D
RGB
CMYK
RGB Variations
Color information
#33896D (or 0x33896D) is known color: Viridian. HEX triplet: 33, 89 and 6D. RGB value is (51,137,109). Sum of RGB (Red+Green+Blue) = 51+137+109=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #33896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33896D is #CC7692. Grayscale: #6C6C6C. Windows color (decimal): -13399699 or 7178547. OLE color: 7178547.
HSL color Cylindrical-coordinate representation of color #33896D: hue angle of 160.47º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33896D is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 137 | 109 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.46 |
| HSL | 160.47º | 0.46% | 0.37% | - |
| HSV(B) | 160.47º | 0.63% | 0.54% | - |
| XYZ | 13.07 | 19.7 | 17.58 | - |
| YUV | 108.09 | 128.51 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 109 | 0.63 | 0 | 0.20 | 0.46 | 160.47 | 0.46 | 0.37 |
| Hex | 33 | 89 | 6D | 3F | 0 | 14 | 2E | A0 | 2E | 25 |
| Octal | 63 | 211 | 155 | 77 | 0 | 24 | 56 | 240 | 56 | 45 |
| Binary | 110011 | 10001001 | 1101101 | 111111 | 0 | 10100 | 101110 | 10100000 | 101110 | 100101 |
Color Harmonies of #33896D
Complementary color
Monochromatic Colors of #33896D
Black with #33896D
Text Example
Text Example
White with #33896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33896D; }
p { color: rgb(51,137,109); }
H1.HeaderClassName
{
color: #33896D;
}
.AnyTagClassName
{
color: #33896D;
}
</style>
background-color css
<style>
a { background-color: #33896D; }
a { background-color: rgb(51,137,109); }
div.DivClassName
{
background-color: #33896D;
}
.BgClassName
{
background-color: #33896D;
}
</style>
border-color css
<style>
span { border-color: #33896D; }
span { border-color: rgb(51,137,109); }
td.TdClassName
{
border-color: #33896D;
}
.TagClassName
{
border-color: #33896D;
}
</style>