Shades of Viridian #328467
Tints of Viridian #328467
RGB
CMYK
RGB Variations
Color information
#328467 (or 0x328467) is known color: Viridian. HEX triplet: 32, 84 and 67. RGB value is (50,132,103). Sum of RGB (Red+Green+Blue) = 50+132+103=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #328467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328467 is #CD7B98. Grayscale: #686868. Windows color (decimal): -13466521 or 6784050. OLE color: 6784050.
HSL color Cylindrical-coordinate representation of color #328467: hue angle of 158.78º 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 #328467 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 103 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.48 |
| HSL | 158.78º | 0.45% | 0.36% | - |
| HSV(B) | 158.78º | 0.62% | 0.52% | - |
| XYZ | 12.01 | 18.16 | 15.7 | - |
| YUV | 104.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 103 | 0.62 | 0 | 0.22 | 0.48 | 158.78 | 0.45 | 0.36 |
| Hex | 32 | 84 | 67 | 3E | 0 | 16 | 30 | 9F | 2D | 24 |
| Octal | 62 | 204 | 147 | 76 | 0 | 26 | 60 | 237 | 55 | 44 |
| Binary | 110010 | 10000100 | 1100111 | 111110 | 0 | 10110 | 110000 | 10011111 | 101101 | 100100 |
Color Harmonies of #328467
Complementary color
Monochromatic Colors of #328467
Black with #328467
Text Example
Text Example
White with #328467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328467; }
p { color: rgb(50,132,103); }
H1.HeaderClassName
{
color: #328467;
}
.AnyTagClassName
{
color: #328467;
}
</style>
background-color css
<style>
a { background-color: #328467; }
a { background-color: rgb(50,132,103); }
div.DivClassName
{
background-color: #328467;
}
.BgClassName
{
background-color: #328467;
}
</style>
border-color css
<style>
span { border-color: #328467; }
span { border-color: rgb(50,132,103); }
td.TdClassName
{
border-color: #328467;
}
.TagClassName
{
border-color: #328467;
}
</style>