Shades of Viridian #32826A
Tints of Viridian #32826A
RGB
CMYK
RGB Variations
Color information
#32826A (or 0x32826A) is known color: Viridian. HEX triplet: 32, 82 and 6A. RGB value is (50,130,106). Sum of RGB (Red+Green+Blue) = 50+130+106=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #32826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32826A is #CD7D95. Grayscale: #676767. Windows color (decimal): -13467030 or 6980146. OLE color: 6980146.
HSL color Cylindrical-coordinate representation of color #32826A: hue angle of 162º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32826A is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 106 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.49 |
| HSL | 162º | 0.44% | 0.35% | - |
| HSV(B) | 162º | 0.62% | 0.51% | - |
| XYZ | 11.9 | 17.68 | 16.42 | - |
| YUV | 103.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 106 | 0.62 | 0 | 0.18 | 0.49 | 162 | 0.44 | 0.35 |
| Hex | 32 | 82 | 6A | 3E | 0 | 12 | 31 | A2 | 2C | 23 |
| Octal | 62 | 202 | 152 | 76 | 0 | 22 | 61 | 242 | 54 | 43 |
| Binary | 110010 | 10000010 | 1101010 | 111110 | 0 | 10010 | 110001 | 10100010 | 101100 | 100011 |
Color Harmonies of #32826A
Complementary color
Monochromatic Colors of #32826A
Black with #32826A
Text Example
Text Example
White with #32826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32826A; }
p { color: rgb(50,130,106); }
H1.HeaderClassName
{
color: #32826A;
}
.AnyTagClassName
{
color: #32826A;
}
</style>
background-color css
<style>
a { background-color: #32826A; }
a { background-color: rgb(50,130,106); }
div.DivClassName
{
background-color: #32826A;
}
.BgClassName
{
background-color: #32826A;
}
</style>
border-color css
<style>
span { border-color: #32826A; }
span { border-color: rgb(50,130,106); }
td.TdClassName
{
border-color: #32826A;
}
.TagClassName
{
border-color: #32826A;
}
</style>