Shades of Viridian #328265
Tints of Viridian #328265
RGB
CMYK
RGB Variations
Color information
#328265 (or 0x328265) is known color: Viridian. HEX triplet: 32, 82 and 65. RGB value is (50,130,101). Sum of RGB (Red+Green+Blue) = 50+130+101=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #328265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328265 is #CD7D9A. Grayscale: #666666. Windows color (decimal): -13467035 or 6652466. OLE color: 6652466.
HSL color Cylindrical-coordinate representation of color #328265: hue angle of 158.25º 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 #328265 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 101 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.49 |
| HSL | 158.25º | 0.44% | 0.35% | - |
| HSV(B) | 158.25º | 0.62% | 0.51% | - |
| XYZ | 11.65 | 17.58 | 15.09 | - |
| YUV | 102.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 101 | 0.62 | 0 | 0.22 | 0.49 | 158.25 | 0.44 | 0.35 |
| Hex | 32 | 82 | 65 | 3E | 0 | 16 | 31 | 9E | 2C | 23 |
| Octal | 62 | 202 | 145 | 76 | 0 | 26 | 61 | 236 | 54 | 43 |
| Binary | 110010 | 10000010 | 1100101 | 111110 | 0 | 10110 | 110001 | 10011110 | 101100 | 100011 |
Color Harmonies of #328265
Complementary color
Monochromatic Colors of #328265
Black with #328265
Text Example
Text Example
White with #328265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328265; }
p { color: rgb(50,130,101); }
H1.HeaderClassName
{
color: #328265;
}
.AnyTagClassName
{
color: #328265;
}
</style>
background-color css
<style>
a { background-color: #328265; }
a { background-color: rgb(50,130,101); }
div.DivClassName
{
background-color: #328265;
}
.BgClassName
{
background-color: #328265;
}
</style>
border-color css
<style>
span { border-color: #328265; }
span { border-color: rgb(50,130,101); }
td.TdClassName
{
border-color: #328265;
}
.TagClassName
{
border-color: #328265;
}
</style>