Shades of Viridian #328872
Tints of Viridian #328872
RGB
CMYK
RGB Variations
Color information
#328872 (or 0x328872) is known color: Viridian. HEX triplet: 32, 88 and 72. RGB value is (50,136,114). Sum of RGB (Red+Green+Blue) = 50+136+114=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #328872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328872 is #CD778D. Grayscale: #6B6B6B. Windows color (decimal): -13465486 or 7505970. OLE color: 7505970.
HSL color Cylindrical-coordinate representation of color #328872: hue angle of 164.65º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328872 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 114 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.47 |
| HSL | 164.65º | 0.46% | 0.36% | - |
| HSV(B) | 164.65º | 0.63% | 0.53% | - |
| XYZ | 13.16 | 19.5 | 18.99 | - |
| YUV | 107.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 114 | 0.63 | 0 | 0.16 | 0.47 | 164.65 | 0.46 | 0.36 |
| Hex | 32 | 88 | 72 | 3F | 0 | 10 | 2F | A5 | 2E | 24 |
| Octal | 62 | 210 | 162 | 77 | 0 | 20 | 57 | 245 | 56 | 44 |
| Binary | 110010 | 10001000 | 1110010 | 111111 | 0 | 10000 | 101111 | 10100101 | 101110 | 100100 |
Color Harmonies of #328872
Complementary color
Monochromatic Colors of #328872
Black with #328872
Text Example
Text Example
White with #328872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328872; }
p { color: rgb(50,136,114); }
H1.HeaderClassName
{
color: #328872;
}
.AnyTagClassName
{
color: #328872;
}
</style>
background-color css
<style>
a { background-color: #328872; }
a { background-color: rgb(50,136,114); }
div.DivClassName
{
background-color: #328872;
}
.BgClassName
{
background-color: #328872;
}
</style>
border-color css
<style>
span { border-color: #328872; }
span { border-color: rgb(50,136,114); }
td.TdClassName
{
border-color: #328872;
}
.TagClassName
{
border-color: #328872;
}
</style>