Shades of Genoa #32735F
Tints of Genoa #32735F
RGB
CMYK
RGB Variations
Color information
#32735F (or 0x32735F) is known color: Genoa. HEX triplet: 32, 73 and 5F. RGB value is (50,115,95). Sum of RGB (Red+Green+Blue) = 50+115+95=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #32735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32735F is #CD8CA0. Grayscale: #5D5D5D. Windows color (decimal): -13470881 or 6255410. OLE color: 6255410.
HSL color Cylindrical-coordinate representation of color #32735F: hue angle of 161.54º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #32735F is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 115 | 95 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.55 |
| HSL | 161.54º | 0.39% | 0.32% | - |
| HSV(B) | 161.54º | 0.57% | 0.45% | - |
| XYZ | 9.51 | 13.77 | 12.98 | - |
| YUV | 93.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 95 | 0.57 | 0 | 0.17 | 0.55 | 161.54 | 0.39 | 0.32 |
| Hex | 32 | 73 | 5F | 39 | 0 | 11 | 37 | A2 | 27 | 20 |
| Octal | 62 | 163 | 137 | 71 | 0 | 21 | 67 | 242 | 47 | 40 |
| Binary | 110010 | 1110011 | 1011111 | 111001 | 0 | 10001 | 110111 | 10100010 | 100111 | 100000 |
Color Harmonies of #32735F
Complementary color
Monochromatic Colors of #32735F
Black with #32735F
Text Example
Text Example
White with #32735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32735F; }
p { color: rgb(50,115,95); }
H1.HeaderClassName
{
color: #32735F;
}
.AnyTagClassName
{
color: #32735F;
}
</style>
background-color css
<style>
a { background-color: #32735F; }
a { background-color: rgb(50,115,95); }
div.DivClassName
{
background-color: #32735F;
}
.BgClassName
{
background-color: #32735F;
}
</style>
border-color css
<style>
span { border-color: #32735F; }
span { border-color: rgb(50,115,95); }
td.TdClassName
{
border-color: #32735F;
}
.TagClassName
{
border-color: #32735F;
}
</style>