Shades of Viridian #328163
Tints of Viridian #328163
RGB
CMYK
RGB Variations
Color information
#328163 (or 0x328163) is known color: Viridian. HEX triplet: 32, 81 and 63. RGB value is (50,129,99). Sum of RGB (Red+Green+Blue) = 50+129+99=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #328163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328163 is #CD7E9C. Grayscale: #666666. Windows color (decimal): -13467293 or 6521138. OLE color: 6521138.
HSL color Cylindrical-coordinate representation of color #328163: hue angle of 157.22º 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 #328163 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 129 | 99 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.49 |
| HSL | 157.22º | 0.44% | 0.35% | - |
| HSV(B) | 157.22º | 0.61% | 0.51% | - |
| XYZ | 11.42 | 17.28 | 14.54 | - |
| YUV | 101.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 129 | 99 | 0.61 | 0 | 0.23 | 0.49 | 157.22 | 0.44 | 0.35 |
| Hex | 32 | 81 | 63 | 3D | 0 | 17 | 31 | 9D | 2C | 23 |
| Octal | 62 | 201 | 143 | 75 | 0 | 27 | 61 | 235 | 54 | 43 |
| Binary | 110010 | 10000001 | 1100011 | 111101 | 0 | 10111 | 110001 | 10011101 | 101100 | 100011 |
Color Harmonies of #328163
Complementary color
Monochromatic Colors of #328163
Black with #328163
Text Example
Text Example
White with #328163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328163; }
p { color: rgb(50,129,99); }
H1.HeaderClassName
{
color: #328163;
}
.AnyTagClassName
{
color: #328163;
}
</style>
background-color css
<style>
a { background-color: #328163; }
a { background-color: rgb(50,129,99); }
div.DivClassName
{
background-color: #328163;
}
.BgClassName
{
background-color: #328163;
}
</style>
border-color css
<style>
span { border-color: #328163; }
span { border-color: rgb(50,129,99); }
td.TdClassName
{
border-color: #328163;
}
.TagClassName
{
border-color: #328163;
}
</style>