Shades of Viridian #328067
Tints of Viridian #328067
RGB
CMYK
RGB Variations
Color information
#328067 (or 0x328067) is known color: Viridian. HEX triplet: 32, 80 and 67. RGB value is (50,128,103). Sum of RGB (Red+Green+Blue) = 50+128+103=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #328067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328067 is #CD7F98. Grayscale: #656565. Windows color (decimal): -13467545 or 6783026. OLE color: 6783026.
HSL color Cylindrical-coordinate representation of color #328067: hue angle of 160.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328067 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 128 | 103 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.50 |
| HSL | 160.77º | 0.44% | 0.35% | - |
| HSV(B) | 160.77º | 0.61% | 0.5% | - |
| XYZ | 11.48 | 17.1 | 15.53 | - |
| YUV | 101.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 103 | 0.61 | 0 | 0.20 | 0.50 | 160.77 | 0.44 | 0.35 |
| Hex | 32 | 80 | 67 | 3D | 0 | 14 | 32 | A1 | 2C | 23 |
| Octal | 62 | 200 | 147 | 75 | 0 | 24 | 62 | 241 | 54 | 43 |
| Binary | 110010 | 10000000 | 1100111 | 111101 | 0 | 10100 | 110010 | 10100001 | 101100 | 100011 |
Color Harmonies of #328067
Complementary color
Monochromatic Colors of #328067
Black with #328067
Text Example
Text Example
White with #328067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328067; }
p { color: rgb(50,128,103); }
H1.HeaderClassName
{
color: #328067;
}
.AnyTagClassName
{
color: #328067;
}
</style>
background-color css
<style>
a { background-color: #328067; }
a { background-color: rgb(50,128,103); }
div.DivClassName
{
background-color: #328067;
}
.BgClassName
{
background-color: #328067;
}
</style>
border-color css
<style>
span { border-color: #328067; }
span { border-color: rgb(50,128,103); }
td.TdClassName
{
border-color: #328067;
}
.TagClassName
{
border-color: #328067;
}
</style>