Shades of Viridian #327F66
Tints of Viridian #327F66
RGB
CMYK
RGB Variations
Color information
#327F66 (or 0x327F66) is known color: Viridian. HEX triplet: 32, 7F and 66. RGB value is (50,127,102). Sum of RGB (Red+Green+Blue) = 50+127+102=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #327F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327F66 is #CD8099. Grayscale: #656565. Windows color (decimal): -13467802 or 6717234. OLE color: 6717234.
HSL color Cylindrical-coordinate representation of color #327F66: hue angle of 160.52º 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 #327F66 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 127 | 102 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.50 |
| HSL | 160.52º | 0.44% | 0.35% | - |
| HSV(B) | 160.52º | 0.61% | 0.5% | - |
| XYZ | 11.3 | 16.82 | 15.22 | - |
| YUV | 101.13 | 128.49 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 102 | 0.61 | 0 | 0.20 | 0.50 | 160.52 | 0.44 | 0.35 |
| Hex | 32 | 7F | 66 | 3D | 0 | 14 | 32 | A1 | 2C | 23 |
| Octal | 62 | 177 | 146 | 75 | 0 | 24 | 62 | 241 | 54 | 43 |
| Binary | 110010 | 1111111 | 1100110 | 111101 | 0 | 10100 | 110010 | 10100001 | 101100 | 100011 |
Color Harmonies of #327F66
Complementary color
Monochromatic Colors of #327F66
Black with #327F66
Text Example
Text Example
White with #327F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327F66; }
p { color: rgb(50,127,102); }
H1.HeaderClassName
{
color: #327F66;
}
.AnyTagClassName
{
color: #327F66;
}
</style>
background-color css
<style>
a { background-color: #327F66; }
a { background-color: rgb(50,127,102); }
div.DivClassName
{
background-color: #327F66;
}
.BgClassName
{
background-color: #327F66;
}
</style>
border-color css
<style>
span { border-color: #327F66; }
span { border-color: rgb(50,127,102); }
td.TdClassName
{
border-color: #327F66;
}
.TagClassName
{
border-color: #327F66;
}
</style>