Shades of Viridian #33876C
Tints of Viridian #33876C
RGB
CMYK
RGB Variations
Color information
#33876C (or 0x33876C) is known color: Viridian. HEX triplet: 33, 87 and 6C. RGB value is (51,135,108). Sum of RGB (Red+Green+Blue) = 51+135+108=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #33876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33876C is #CC7893. Grayscale: #6A6A6A. Windows color (decimal): -13400212 or 7112499. OLE color: 7112499.
HSL color Cylindrical-coordinate representation of color #33876C: hue angle of 160.71º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33876C is Cyan = 0.62, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 135 | 108 | - |
| CMYK | 0.62 | 0 | 0.2 | 0.47 |
| HSL | 160.71º | 0.45% | 0.36% | - |
| HSV(B) | 160.71º | 0.62% | 0.53% | - |
| XYZ | 12.74 | 19.11 | 17.21 | - |
| YUV | 106.81 | 128.67 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 135 | 108 | 0.62 | 0 | 0.2 | 0.47 | 160.71 | 0.45 | 0.36 |
| Hex | 33 | 87 | 6C | 3E | 0 | 14 | 2F | A1 | 2D | 24 |
| Octal | 63 | 207 | 154 | 76 | 0 | 24 | 57 | 241 | 55 | 44 |
| Binary | 110011 | 10000111 | 1101100 | 111110 | 0 | 10100 | 101111 | 10100001 | 101101 | 100100 |
Color Harmonies of #33876C
Complementary color
Monochromatic Colors of #33876C
Black with #33876C
Text Example
Text Example
White with #33876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33876C; }
p { color: rgb(51,135,108); }
H1.HeaderClassName
{
color: #33876C;
}
.AnyTagClassName
{
color: #33876C;
}
</style>
background-color css
<style>
a { background-color: #33876C; }
a { background-color: rgb(51,135,108); }
div.DivClassName
{
background-color: #33876C;
}
.BgClassName
{
background-color: #33876C;
}
</style>
border-color css
<style>
span { border-color: #33876C; }
span { border-color: rgb(51,135,108); }
td.TdClassName
{
border-color: #33876C;
}
.TagClassName
{
border-color: #33876C;
}
</style>