Shades of Genoa #327A68
Tints of Genoa #327A68
RGB
CMYK
RGB Variations
Color information
#327A68 (or 0x327A68) is known color: Genoa. HEX triplet: 32, 7A and 68. RGB value is (50,122,104). Sum of RGB (Red+Green+Blue) = 50+122+104=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #327A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A68 is #CD8597. Grayscale: #626262. Windows color (decimal): -13469080 or 6847026. OLE color: 6847026.
HSL color Cylindrical-coordinate representation of color #327A68: hue angle of 165º 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 #327A68 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 122 | 104 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.52 |
| HSL | 165º | 0.42% | 0.34% | - |
| HSV(B) | 165º | 0.59% | 0.48% | - |
| XYZ | 10.77 | 15.6 | 15.54 | - |
| YUV | 98.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 104 | 0.59 | 0 | 0.15 | 0.52 | 165 | 0.42 | 0.34 |
| Hex | 32 | 7A | 68 | 3B | 0 | F | 34 | A5 | 2A | 22 |
| Octal | 62 | 172 | 150 | 73 | 0 | 17 | 64 | 245 | 52 | 42 |
| Binary | 110010 | 1111010 | 1101000 | 111011 | 0 | 1111 | 110100 | 10100101 | 101010 | 100010 |
Color Harmonies of #327A68
Complementary color
Monochromatic Colors of #327A68
Black with #327A68
Text Example
Text Example
White with #327A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A68; }
p { color: rgb(50,122,104); }
H1.HeaderClassName
{
color: #327A68;
}
.AnyTagClassName
{
color: #327A68;
}
</style>
background-color css
<style>
a { background-color: #327A68; }
a { background-color: rgb(50,122,104); }
div.DivClassName
{
background-color: #327A68;
}
.BgClassName
{
background-color: #327A68;
}
</style>
border-color css
<style>
span { border-color: #327A68; }
span { border-color: rgb(50,122,104); }
td.TdClassName
{
border-color: #327A68;
}
.TagClassName
{
border-color: #327A68;
}
</style>