Shades of Genoa #32746E
Tints of Genoa #32746E
RGB
CMYK
RGB Variations
Color information
#32746E (or 0x32746E) is known color: Genoa. HEX triplet: 32, 74 and 6E. RGB value is (50,116,110). Sum of RGB (Red+Green+Blue) = 50+116+110=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #32746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32746E is #CD8B91. Grayscale: #5F5F5F. Windows color (decimal): -13470610 or 7238706. OLE color: 7238706.
HSL color Cylindrical-coordinate representation of color #32746E: hue angle of 174.55º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32746E is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 116 | 110 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.55 |
| HSL | 174.55º | 0.4% | 0.33% | - |
| HSV(B) | 174.55º | 0.57% | 0.45% | - |
| XYZ | 10.38 | 14.29 | 16.96 | - |
| YUV | 95.58 | 136.13 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 110 | 0.57 | 0 | 0.05 | 0.55 | 174.55 | 0.4 | 0.33 |
| Hex | 32 | 74 | 6E | 39 | 0 | 5 | 37 | AF | 28 | 21 |
| Octal | 62 | 164 | 156 | 71 | 0 | 5 | 67 | 257 | 50 | 41 |
| Binary | 110010 | 1110100 | 1101110 | 111001 | 0 | 101 | 110111 | 10101111 | 101000 | 100001 |
Color Harmonies of #32746E
Complementary color
Monochromatic Colors of #32746E
Black with #32746E
Text Example
Text Example
White with #32746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32746E; }
p { color: rgb(50,116,110); }
H1.HeaderClassName
{
color: #32746E;
}
.AnyTagClassName
{
color: #32746E;
}
</style>
background-color css
<style>
a { background-color: #32746E; }
a { background-color: rgb(50,116,110); }
div.DivClassName
{
background-color: #32746E;
}
.BgClassName
{
background-color: #32746E;
}
</style>
border-color css
<style>
span { border-color: #32746E; }
span { border-color: rgb(50,116,110); }
td.TdClassName
{
border-color: #32746E;
}
.TagClassName
{
border-color: #32746E;
}
</style>