Shades of Viridian #328765
Tints of Viridian #328765
RGB
CMYK
RGB Variations
Color information
#328765 (or 0x328765) is known color: Viridian. HEX triplet: 32, 87 and 65. RGB value is (50,135,101). Sum of RGB (Red+Green+Blue) = 50+135+101=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #328765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328765 is #CD789A. Grayscale: #696969. Windows color (decimal): -13465755 or 6653746. OLE color: 6653746.
HSL color Cylindrical-coordinate representation of color #328765: hue angle of 156º 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 #328765 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 135 | 101 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.47 |
| HSL | 156º | 0.46% | 0.36% | - |
| HSV(B) | 156º | 0.63% | 0.53% | - |
| XYZ | 12.33 | 18.95 | 15.32 | - |
| YUV | 105.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 135 | 101 | 0.63 | 0 | 0.25 | 0.47 | 156 | 0.46 | 0.36 |
| Hex | 32 | 87 | 65 | 3F | 0 | 19 | 2F | 9C | 2E | 24 |
| Octal | 62 | 207 | 145 | 77 | 0 | 31 | 57 | 234 | 56 | 44 |
| Binary | 110010 | 10000111 | 1100101 | 111111 | 0 | 11001 | 101111 | 10011100 | 101110 | 100100 |
Color Harmonies of #328765
Complementary color
Monochromatic Colors of #328765
Black with #328765
Text Example
Text Example
White with #328765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328765; }
p { color: rgb(50,135,101); }
H1.HeaderClassName
{
color: #328765;
}
.AnyTagClassName
{
color: #328765;
}
</style>
background-color css
<style>
a { background-color: #328765; }
a { background-color: rgb(50,135,101); }
div.DivClassName
{
background-color: #328765;
}
.BgClassName
{
background-color: #328765;
}
</style>
border-color css
<style>
span { border-color: #328765; }
span { border-color: rgb(50,135,101); }
td.TdClassName
{
border-color: #328765;
}
.TagClassName
{
border-color: #328765;
}
</style>