Shades of Genoa #327B66
Tints of Genoa #327B66
RGB
CMYK
RGB Variations
Color information
#327B66 (or 0x327B66) is known color: Genoa. HEX triplet: 32, 7B and 66. RGB value is (50,123,102). Sum of RGB (Red+Green+Blue) = 50+123+102=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 123 - color contains mainly: green. Hex color #327B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327B66 is #CD8499. Grayscale: #626262. Windows color (decimal): -13468826 or 6716210. OLE color: 6716210.
HSL color Cylindrical-coordinate representation of color #327B66: hue angle of 162.74º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327B66 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 123 | 102 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.52 |
| HSL | 162.74º | 0.42% | 0.34% | - |
| HSV(B) | 162.74º | 0.59% | 0.48% | - |
| XYZ | 10.8 | 15.8 | 15.05 | - |
| YUV | 98.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 102 | 0.59 | 0 | 0.17 | 0.52 | 162.74 | 0.42 | 0.34 |
| Hex | 32 | 7B | 66 | 3B | 0 | 11 | 34 | A3 | 2A | 22 |
| Octal | 62 | 173 | 146 | 73 | 0 | 21 | 64 | 243 | 52 | 42 |
| Binary | 110010 | 1111011 | 1100110 | 111011 | 0 | 10001 | 110100 | 10100011 | 101010 | 100010 |
Color Harmonies of #327B66
Complementary color
Monochromatic Colors of #327B66
Black with #327B66
Text Example
Text Example
White with #327B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327B66; }
p { color: rgb(50,123,102); }
H1.HeaderClassName
{
color: #327B66;
}
.AnyTagClassName
{
color: #327B66;
}
</style>
background-color css
<style>
a { background-color: #327B66; }
a { background-color: rgb(50,123,102); }
div.DivClassName
{
background-color: #327B66;
}
.BgClassName
{
background-color: #327B66;
}
</style>
border-color css
<style>
span { border-color: #327B66; }
span { border-color: rgb(50,123,102); }
td.TdClassName
{
border-color: #327B66;
}
.TagClassName
{
border-color: #327B66;
}
</style>