Shades of Viridian #327F64
Tints of Viridian #327F64
RGB
CMYK
RGB Variations
Color information
#327F64 (or 0x327F64) is known color: Viridian. HEX triplet: 32, 7F and 64. RGB value is (50,127,100). Sum of RGB (Red+Green+Blue) = 50+127+100=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #327F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F64 is #CD809B. Grayscale: #646464. Windows color (decimal): -13467804 or 6586162. OLE color: 6586162.
HSL color Cylindrical-coordinate representation of color #327F64: hue angle of 158.96º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F64 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 100 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.50 |
| HSL | 158.96º | 0.44% | 0.35% | - |
| HSV(B) | 158.96º | 0.61% | 0.5% | - |
| XYZ | 11.21 | 16.78 | 14.7 | - |
| YUV | 100.9 | 127.49 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 100 | 0.61 | 0 | 0.21 | 0.50 | 158.96 | 0.44 | 0.35 |
| Hex | 32 | 7F | 64 | 3D | 0 | 15 | 32 | 9F | 2C | 23 |
| Octal | 62 | 177 | 144 | 75 | 0 | 25 | 62 | 237 | 54 | 43 |
| Binary | 110010 | 1111111 | 1100100 | 111101 | 0 | 10101 | 110010 | 10011111 | 101100 | 100011 |
Color Harmonies of #327F64
Complementary color
Monochromatic Colors of #327F64
Black with #327F64
Text Example
Text Example
White with #327F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F64; }
p { color: rgb(50,127,100); }
H1.HeaderClassName
{
color: #327F64;
}
.AnyTagClassName
{
color: #327F64;
}
</style>
background-color css
<style>
a { background-color: #327F64; }
a { background-color: rgb(50,127,100); }
div.DivClassName
{
background-color: #327F64;
}
.BgClassName
{
background-color: #327F64;
}
</style>
border-color css
<style>
span { border-color: #327F64; }
span { border-color: rgb(50,127,100); }
td.TdClassName
{
border-color: #327F64;
}
.TagClassName
{
border-color: #327F64;
}
</style>