Shades of Genoa #32716A
Tints of Genoa #32716A
RGB
CMYK
RGB Variations
Color information
#32716A (or 0x32716A) is known color: Genoa. HEX triplet: 32, 71 and 6A. RGB value is (50,113,106). Sum of RGB (Red+Green+Blue) = 50+113+106=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 113 - color contains mainly: green. Hex color #32716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32716A is #CD8E95. Grayscale: #5D5D5D. Windows color (decimal): -13471382 or 6975794. OLE color: 6975794.
HSL color Cylindrical-coordinate representation of color #32716A: hue angle of 173.33º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #32716A is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 113 | 106 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.56 |
| HSL | 173.33º | 0.39% | 0.32% | - |
| HSV(B) | 173.33º | 0.56% | 0.44% | - |
| XYZ | 9.82 | 13.53 | 15.73 | - |
| YUV | 93.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 106 | 0.56 | 0 | 0.06 | 0.56 | 173.33 | 0.39 | 0.32 |
| Hex | 32 | 71 | 6A | 38 | 0 | 6 | 38 | AD | 27 | 20 |
| Octal | 62 | 161 | 152 | 70 | 0 | 6 | 70 | 255 | 47 | 40 |
| Binary | 110010 | 1110001 | 1101010 | 111000 | 0 | 110 | 111000 | 10101101 | 100111 | 100000 |
Color Harmonies of #32716A
Complementary color
Monochromatic Colors of #32716A
Black with #32716A
Text Example
Text Example
White with #32716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32716A; }
p { color: rgb(50,113,106); }
H1.HeaderClassName
{
color: #32716A;
}
.AnyTagClassName
{
color: #32716A;
}
</style>
background-color css
<style>
a { background-color: #32716A; }
a { background-color: rgb(50,113,106); }
div.DivClassName
{
background-color: #32716A;
}
.BgClassName
{
background-color: #32716A;
}
</style>
border-color css
<style>
span { border-color: #32716A; }
span { border-color: rgb(50,113,106); }
td.TdClassName
{
border-color: #32716A;
}
.TagClassName
{
border-color: #32716A;
}
</style>