Shades of Viridian #328865
Tints of Viridian #328865
RGB
CMYK
RGB Variations
Color information
#328865 (or 0x328865) is known color: Viridian. HEX triplet: 32, 88 and 65. RGB value is (50,136,101). Sum of RGB (Red+Green+Blue) = 50+136+101=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #328865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328865 is #CD779A. Grayscale: #6A6A6A. Windows color (decimal): -13465499 or 6654002. OLE color: 6654002.
HSL color Cylindrical-coordinate representation of color #328865: hue angle of 155.58º 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 #328865 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 101 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.47 |
| HSL | 155.58º | 0.46% | 0.36% | - |
| HSV(B) | 155.58º | 0.63% | 0.53% | - |
| XYZ | 12.47 | 19.23 | 15.37 | - |
| YUV | 106.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 101 | 0.63 | 0 | 0.26 | 0.47 | 155.58 | 0.46 | 0.36 |
| Hex | 32 | 88 | 65 | 3F | 0 | 1A | 2F | 9C | 2E | 24 |
| Octal | 62 | 210 | 145 | 77 | 0 | 32 | 57 | 234 | 56 | 44 |
| Binary | 110010 | 10001000 | 1100101 | 111111 | 0 | 11010 | 101111 | 10011100 | 101110 | 100100 |
Color Harmonies of #328865
Complementary color
Monochromatic Colors of #328865
Black with #328865
Text Example
Text Example
White with #328865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328865; }
p { color: rgb(50,136,101); }
H1.HeaderClassName
{
color: #328865;
}
.AnyTagClassName
{
color: #328865;
}
</style>
background-color css
<style>
a { background-color: #328865; }
a { background-color: rgb(50,136,101); }
div.DivClassName
{
background-color: #328865;
}
.BgClassName
{
background-color: #328865;
}
</style>
border-color css
<style>
span { border-color: #328865; }
span { border-color: rgb(50,136,101); }
td.TdClassName
{
border-color: #328865;
}
.TagClassName
{
border-color: #328865;
}
</style>