Shades of Genoa #327A69
Tints of Genoa #327A69
RGB
CMYK
RGB Variations
Color information
#327A69 (or 0x327A69) is known color: Genoa. HEX triplet: 32, 7A and 69. RGB value is (50,122,105). Sum of RGB (Red+Green+Blue) = 50+122+105=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #327A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A69 is #CD8596. Grayscale: #626262. Windows color (decimal): -13469079 or 6912562. OLE color: 6912562.
HSL color Cylindrical-coordinate representation of color #327A69: hue angle of 165.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 #327A69 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 122 | 105 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.52 |
| HSL | 165.83º | 0.42% | 0.34% | - |
| HSV(B) | 165.83º | 0.59% | 0.48% | - |
| XYZ | 10.82 | 15.62 | 15.81 | - |
| YUV | 98.53 | 131.65 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 105 | 0.59 | 0 | 0.14 | 0.52 | 165.83 | 0.42 | 0.34 |
| Hex | 32 | 7A | 69 | 3B | 0 | E | 34 | A6 | 2A | 22 |
| Octal | 62 | 172 | 151 | 73 | 0 | 16 | 64 | 246 | 52 | 42 |
| Binary | 110010 | 1111010 | 1101001 | 111011 | 0 | 1110 | 110100 | 10100110 | 101010 | 100010 |
Color Harmonies of #327A69
Complementary color
Monochromatic Colors of #327A69
Black with #327A69
Text Example
Text Example
White with #327A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A69; }
p { color: rgb(50,122,105); }
H1.HeaderClassName
{
color: #327A69;
}
.AnyTagClassName
{
color: #327A69;
}
</style>
background-color css
<style>
a { background-color: #327A69; }
a { background-color: rgb(50,122,105); }
div.DivClassName
{
background-color: #327A69;
}
.BgClassName
{
background-color: #327A69;
}
</style>
border-color css
<style>
span { border-color: #327A69; }
span { border-color: rgb(50,122,105); }
td.TdClassName
{
border-color: #327A69;
}
.TagClassName
{
border-color: #327A69;
}
</style>