Shades of Genoa #32736C
Tints of Genoa #32736C
RGB
CMYK
RGB Variations
Color information
#32736C (or 0x32736C) is known color: Genoa. HEX triplet: 32, 73 and 6C. RGB value is (50,115,108). Sum of RGB (Red+Green+Blue) = 50+115+108=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #32736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32736C is #CD8C93. Grayscale: #5E5E5E. Windows color (decimal): -13470868 or 7107378. OLE color: 7107378.
HSL color Cylindrical-coordinate representation of color #32736C: hue angle of 173.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 #32736C is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 115 | 108 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.55 |
| HSL | 173.54º | 0.39% | 0.32% | - |
| HSV(B) | 173.54º | 0.57% | 0.45% | - |
| XYZ | 10.15 | 14.02 | 16.36 | - |
| YUV | 94.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 108 | 0.57 | 0 | 0.06 | 0.55 | 173.54 | 0.39 | 0.32 |
| Hex | 32 | 73 | 6C | 39 | 0 | 6 | 37 | AE | 27 | 20 |
| Octal | 62 | 163 | 154 | 71 | 0 | 6 | 67 | 256 | 47 | 40 |
| Binary | 110010 | 1110011 | 1101100 | 111001 | 0 | 110 | 110111 | 10101110 | 100111 | 100000 |
Color Harmonies of #32736C
Complementary color
Monochromatic Colors of #32736C
Black with #32736C
Text Example
Text Example
White with #32736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32736C; }
p { color: rgb(50,115,108); }
H1.HeaderClassName
{
color: #32736C;
}
.AnyTagClassName
{
color: #32736C;
}
</style>
background-color css
<style>
a { background-color: #32736C; }
a { background-color: rgb(50,115,108); }
div.DivClassName
{
background-color: #32736C;
}
.BgClassName
{
background-color: #32736C;
}
</style>
border-color css
<style>
span { border-color: #32736C; }
span { border-color: rgb(50,115,108); }
td.TdClassName
{
border-color: #32736C;
}
.TagClassName
{
border-color: #32736C;
}
</style>