Shades of Viridian #328A6C
Tints of Viridian #328A6C
RGB
CMYK
RGB Variations
Color information
#328A6C (or 0x328A6C) is known color: Viridian. HEX triplet: 32, 8A and 6C. RGB value is (50,138,108). Sum of RGB (Red+Green+Blue) = 50+138+108=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #328A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A6C is #CD7593. Grayscale: #6C6C6C. Windows color (decimal): -13464980 or 7113266. OLE color: 7113266.
HSL color Cylindrical-coordinate representation of color #328A6C: hue angle of 159.55º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328A6C is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 138 | 108 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.46 |
| HSL | 159.55º | 0.47% | 0.37% | - |
| HSV(B) | 159.55º | 0.64% | 0.54% | - |
| XYZ | 13.11 | 19.94 | 17.34 | - |
| YUV | 108.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 138 | 108 | 0.64 | 0 | 0.22 | 0.46 | 159.55 | 0.47 | 0.37 |
| Hex | 32 | 8A | 6C | 40 | 0 | 16 | 2E | A0 | 2F | 25 |
| Octal | 62 | 212 | 154 | 100 | 0 | 26 | 56 | 240 | 57 | 45 |
| Binary | 110010 | 10001010 | 1101100 | 1000000 | 0 | 10110 | 101110 | 10100000 | 101111 | 100101 |
Color Harmonies of #328A6C
Complementary color
Monochromatic Colors of #328A6C
Black with #328A6C
Text Example
Text Example
White with #328A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328A6C; }
p { color: rgb(50,138,108); }
H1.HeaderClassName
{
color: #328A6C;
}
.AnyTagClassName
{
color: #328A6C;
}
</style>
background-color css
<style>
a { background-color: #328A6C; }
a { background-color: rgb(50,138,108); }
div.DivClassName
{
background-color: #328A6C;
}
.BgClassName
{
background-color: #328A6C;
}
</style>
border-color css
<style>
span { border-color: #328A6C; }
span { border-color: rgb(50,138,108); }
td.TdClassName
{
border-color: #328A6C;
}
.TagClassName
{
border-color: #328A6C;
}
</style>