Shades of Genoa #327A6F
Tints of Genoa #327A6F
RGB
CMYK
RGB Variations
Color information
#327A6F (or 0x327A6F) is known color: Genoa. HEX triplet: 32, 7A and 6F. RGB value is (50,122,111). Sum of RGB (Red+Green+Blue) = 50+122+111=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #327A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A6F is #CD8590. Grayscale: #636363. Windows color (decimal): -13469073 or 7305778. OLE color: 7305778.
HSL color Cylindrical-coordinate representation of color #327A6F: hue angle of 170.83º 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 #327A6F is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 122 | 111 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.52 |
| HSL | 170.83º | 0.42% | 0.34% | - |
| HSV(B) | 170.83º | 0.59% | 0.48% | - |
| XYZ | 11.14 | 15.74 | 17.49 | - |
| YUV | 99.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 111 | 0.59 | 0 | 0.09 | 0.52 | 170.83 | 0.42 | 0.34 |
| Hex | 32 | 7A | 6F | 3B | 0 | 9 | 34 | AB | 2A | 22 |
| Octal | 62 | 172 | 157 | 73 | 0 | 11 | 64 | 253 | 52 | 42 |
| Binary | 110010 | 1111010 | 1101111 | 111011 | 0 | 1001 | 110100 | 10101011 | 101010 | 100010 |
Color Harmonies of #327A6F
Complementary color
Monochromatic Colors of #327A6F
Black with #327A6F
Text Example
Text Example
White with #327A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A6F; }
p { color: rgb(50,122,111); }
H1.HeaderClassName
{
color: #327A6F;
}
.AnyTagClassName
{
color: #327A6F;
}
</style>
background-color css
<style>
a { background-color: #327A6F; }
a { background-color: rgb(50,122,111); }
div.DivClassName
{
background-color: #327A6F;
}
.BgClassName
{
background-color: #327A6F;
}
</style>
border-color css
<style>
span { border-color: #327A6F; }
span { border-color: rgb(50,122,111); }
td.TdClassName
{
border-color: #327A6F;
}
.TagClassName
{
border-color: #327A6F;
}
</style>