Shades of Genoa #32836F
Tints of Genoa #32836F
RGB
CMYK
RGB Variations
Color information
#32836F (or 0x32836F) is known color: Genoa. HEX triplet: 32, 83 and 6F. RGB value is (50,131,111). Sum of RGB (Red+Green+Blue) = 50+131+111=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #32836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32836F is #CD7C90. Grayscale: #686868. Windows color (decimal): -13466769 or 7308082. OLE color: 7308082.
HSL color Cylindrical-coordinate representation of color #32836F: hue angle of 165.19º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32836F is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 131 | 111 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.49 |
| HSL | 165.19º | 0.45% | 0.35% | - |
| HSV(B) | 165.19º | 0.62% | 0.51% | - |
| XYZ | 12.3 | 18.06 | 17.88 | - |
| YUV | 104.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 131 | 111 | 0.62 | 0 | 0.15 | 0.49 | 165.19 | 0.45 | 0.35 |
| Hex | 32 | 83 | 6F | 3E | 0 | F | 31 | A5 | 2D | 23 |
| Octal | 62 | 203 | 157 | 76 | 0 | 17 | 61 | 245 | 55 | 43 |
| Binary | 110010 | 10000011 | 1101111 | 111110 | 0 | 1111 | 110001 | 10100101 | 101101 | 100011 |
Color Harmonies of #32836F
Complementary color
Monochromatic Colors of #32836F
Black with #32836F
Text Example
Text Example
White with #32836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32836F; }
p { color: rgb(50,131,111); }
H1.HeaderClassName
{
color: #32836F;
}
.AnyTagClassName
{
color: #32836F;
}
</style>
background-color css
<style>
a { background-color: #32836F; }
a { background-color: rgb(50,131,111); }
div.DivClassName
{
background-color: #32836F;
}
.BgClassName
{
background-color: #32836F;
}
</style>
border-color css
<style>
span { border-color: #32836F; }
span { border-color: rgb(50,131,111); }
td.TdClassName
{
border-color: #32836F;
}
.TagClassName
{
border-color: #32836F;
}
</style>