Shades of Viridian #328169
Tints of Viridian #328169
RGB
CMYK
RGB Variations
Color information
#328169 (or 0x328169) is known color: Viridian. HEX triplet: 32, 81 and 69. RGB value is (50,129,105). Sum of RGB (Red+Green+Blue) = 50+129+105=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #328169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328169 is #CD7E96. Grayscale: #666666. Windows color (decimal): -13467287 or 6914354. OLE color: 6914354.
HSL color Cylindrical-coordinate representation of color #328169: hue angle of 161.77º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #328169 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 105 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.49 |
| HSL | 161.77º | 0.44% | 0.35% | - |
| HSV(B) | 161.77º | 0.61% | 0.51% | - |
| XYZ | 11.72 | 17.4 | 16.11 | - |
| YUV | 102.64 | 129.33 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 105 | 0.61 | 0 | 0.19 | 0.49 | 161.77 | 0.44 | 0.35 |
| Hex | 32 | 81 | 69 | 3D | 0 | 13 | 31 | A2 | 2C | 23 |
| Octal | 62 | 201 | 151 | 75 | 0 | 23 | 61 | 242 | 54 | 43 |
| Binary | 110010 | 10000001 | 1101001 | 111101 | 0 | 10011 | 110001 | 10100010 | 101100 | 100011 |
Color Harmonies of #328169
Complementary color
Monochromatic Colors of #328169
Black with #328169
Text Example
Text Example
White with #328169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328169; }
p { color: rgb(50,129,105); }
H1.HeaderClassName
{
color: #328169;
}
.AnyTagClassName
{
color: #328169;
}
</style>
background-color css
<style>
a { background-color: #328169; }
a { background-color: rgb(50,129,105); }
div.DivClassName
{
background-color: #328169;
}
.BgClassName
{
background-color: #328169;
}
</style>
border-color css
<style>
span { border-color: #328169; }
span { border-color: rgb(50,129,105); }
td.TdClassName
{
border-color: #328169;
}
.TagClassName
{
border-color: #328169;
}
</style>