Shades of Viridian #328F75
Tints of Viridian #328F75
RGB
CMYK
RGB Variations
Color information
#328F75 (or 0x328F75) is known color: Viridian. HEX triplet: 32, 8F and 75. RGB value is (50,143,117). Sum of RGB (Red+Green+Blue) = 50+143+117=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 143 - color contains mainly: green. Hex color #328F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328F75 is #CD708A. Grayscale: #707070. Windows color (decimal): -13463691 or 7704370. OLE color: 7704370.
HSL color Cylindrical-coordinate representation of color #328F75: hue angle of 163.23º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328F75 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 143 | 117 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.44 |
| HSL | 163.23º | 0.48% | 0.38% | - |
| HSV(B) | 163.23º | 0.65% | 0.56% | - |
| XYZ | 14.35 | 21.61 | 20.24 | - |
| YUV | 112.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 117 | 0.65 | 0 | 0.18 | 0.44 | 163.23 | 0.48 | 0.38 |
| Hex | 32 | 8F | 75 | 41 | 0 | 12 | 2C | A3 | 30 | 26 |
| Octal | 62 | 217 | 165 | 101 | 0 | 22 | 54 | 243 | 60 | 46 |
| Binary | 110010 | 10001111 | 1110101 | 1000001 | 0 | 10010 | 101100 | 10100011 | 110000 | 100110 |
Color Harmonies of #328F75
Complementary color
Monochromatic Colors of #328F75
Black with #328F75
Text Example
Text Example
White with #328F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F75; }
p { color: rgb(50,143,117); }
H1.HeaderClassName
{
color: #328F75;
}
.AnyTagClassName
{
color: #328F75;
}
</style>
background-color css
<style>
a { background-color: #328F75; }
a { background-color: rgb(50,143,117); }
div.DivClassName
{
background-color: #328F75;
}
.BgClassName
{
background-color: #328F75;
}
</style>
border-color css
<style>
span { border-color: #328F75; }
span { border-color: rgb(50,143,117); }
td.TdClassName
{
border-color: #328F75;
}
.TagClassName
{
border-color: #328F75;
}
</style>