Shades of Genoa #32706D
Tints of Genoa #32706D
RGB
CMYK
RGB Variations
Color information
#32706D (or 0x32706D) is known color: Genoa. HEX triplet: 32, 70 and 6D. RGB value is (50,112,109). Sum of RGB (Red+Green+Blue) = 50+112+109=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #32706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32706D is #CD8F92. Grayscale: #5D5D5D. Windows color (decimal): -13471635 or 7172146. OLE color: 7172146.
HSL color Cylindrical-coordinate representation of color #32706D: hue angle of 177.1º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32706D is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 112 | 109 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.56 |
| HSL | 177.1º | 0.38% | 0.32% | - |
| HSV(B) | 177.1º | 0.55% | 0.44% | - |
| XYZ | 9.87 | 13.37 | 16.53 | - |
| YUV | 93.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 109 | 0.55 | 0 | 0.03 | 0.56 | 177.1 | 0.38 | 0.32 |
| Hex | 32 | 70 | 6D | 37 | 0 | 3 | 38 | B1 | 26 | 20 |
| Octal | 62 | 160 | 155 | 67 | 0 | 3 | 70 | 261 | 46 | 40 |
| Binary | 110010 | 1110000 | 1101101 | 110111 | 0 | 11 | 111000 | 10110001 | 100110 | 100000 |
Color Harmonies of #32706D
Complementary color
Monochromatic Colors of #32706D
Black with #32706D
Text Example
Text Example
White with #32706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32706D; }
p { color: rgb(50,112,109); }
H1.HeaderClassName
{
color: #32706D;
}
.AnyTagClassName
{
color: #32706D;
}
</style>
background-color css
<style>
a { background-color: #32706D; }
a { background-color: rgb(50,112,109); }
div.DivClassName
{
background-color: #32706D;
}
.BgClassName
{
background-color: #32706D;
}
</style>
border-color css
<style>
span { border-color: #32706D; }
span { border-color: rgb(50,112,109); }
td.TdClassName
{
border-color: #32706D;
}
.TagClassName
{
border-color: #32706D;
}
</style>