Shades of Viridian #32836B
Tints of Viridian #32836B
RGB
CMYK
RGB Variations
Color information
#32836B (or 0x32836B) is known color: Viridian. HEX triplet: 32, 83 and 6B. RGB value is (50,131,107). Sum of RGB (Red+Green+Blue) = 50+131+107=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #32836B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32836B is #CD7C94. Grayscale: #686868. Windows color (decimal): -13466773 or 7045938. OLE color: 7045938.
HSL color Cylindrical-coordinate representation of color #32836B: hue angle of 162.22º degrees, saturation: 0.45, 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 #32836B is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 131 | 107 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.49 |
| HSL | 162.22º | 0.45% | 0.35% | - |
| HSV(B) | 162.22º | 0.62% | 0.51% | - |
| XYZ | 12.09 | 17.97 | 16.74 | - |
| YUV | 104.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 107 | 0.62 | 0 | 0.18 | 0.49 | 162.22 | 0.45 | 0.35 |
| Hex | 32 | 83 | 6B | 3E | 0 | 12 | 31 | A2 | 2D | 23 |
| Octal | 62 | 203 | 153 | 76 | 0 | 22 | 61 | 242 | 55 | 43 |
| Binary | 110010 | 10000011 | 1101011 | 111110 | 0 | 10010 | 110001 | 10100010 | 101101 | 100011 |
Color Harmonies of #32836B
Complementary color
Monochromatic Colors of #32836B
Black with #32836B
Text Example
Text Example
White with #32836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32836B; }
p { color: rgb(50,131,107); }
H1.HeaderClassName
{
color: #32836B;
}
.AnyTagClassName
{
color: #32836B;
}
</style>
background-color css
<style>
a { background-color: #32836B; }
a { background-color: rgb(50,131,107); }
div.DivClassName
{
background-color: #32836B;
}
.BgClassName
{
background-color: #32836B;
}
</style>
border-color css
<style>
span { border-color: #32836B; }
span { border-color: rgb(50,131,107); }
td.TdClassName
{
border-color: #32836B;
}
.TagClassName
{
border-color: #32836B;
}
</style>