Shades of Viridian #33896C
Tints of Viridian #33896C
RGB
CMYK
RGB Variations
Color information
#33896C (or 0x33896C) is known color: Viridian. HEX triplet: 33, 89 and 6C. RGB value is (51,137,108). Sum of RGB (Red+Green+Blue) = 51+137+108=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #33896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33896C is #CC7693. Grayscale: #6C6C6C. Windows color (decimal): -13399700 or 7113011. OLE color: 7113011.
HSL color Cylindrical-coordinate representation of color #33896C: hue angle of 159.77º 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 #33896C is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 137 | 108 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.46 |
| HSL | 159.77º | 0.46% | 0.37% | - |
| HSV(B) | 159.77º | 0.63% | 0.54% | - |
| XYZ | 13.02 | 19.68 | 17.3 | - |
| YUV | 107.98 | 128.01 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 108 | 0.63 | 0 | 0.21 | 0.46 | 159.77 | 0.46 | 0.37 |
| Hex | 33 | 89 | 6C | 3F | 0 | 15 | 2E | A0 | 2E | 25 |
| Octal | 63 | 211 | 154 | 77 | 0 | 25 | 56 | 240 | 56 | 45 |
| Binary | 110011 | 10001001 | 1101100 | 111111 | 0 | 10101 | 101110 | 10100000 | 101110 | 100101 |
Color Harmonies of #33896C
Complementary color
Monochromatic Colors of #33896C
Black with #33896C
Text Example
Text Example
White with #33896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33896C; }
p { color: rgb(51,137,108); }
H1.HeaderClassName
{
color: #33896C;
}
.AnyTagClassName
{
color: #33896C;
}
</style>
background-color css
<style>
a { background-color: #33896C; }
a { background-color: rgb(51,137,108); }
div.DivClassName
{
background-color: #33896C;
}
.BgClassName
{
background-color: #33896C;
}
</style>
border-color css
<style>
span { border-color: #33896C; }
span { border-color: rgb(51,137,108); }
td.TdClassName
{
border-color: #33896C;
}
.TagClassName
{
border-color: #33896C;
}
</style>