Shades of Genoa #32826B
Tints of Genoa #32826B
RGB
CMYK
RGB Variations
Color information
#32826B (or 0x32826B) is known color: Genoa. HEX triplet: 32, 82 and 6B. RGB value is (50,130,107). Sum of RGB (Red+Green+Blue) = 50+130+107=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #32826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32826B is #CD7D94. Grayscale: #676767. Windows color (decimal): -13467029 or 7045682. OLE color: 7045682.
HSL color Cylindrical-coordinate representation of color #32826B: hue angle of 162.75º degrees, saturation: 0.44, 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 #32826B is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 107 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.49 |
| HSL | 162.75º | 0.44% | 0.35% | - |
| HSV(B) | 162.75º | 0.62% | 0.51% | - |
| XYZ | 11.95 | 17.7 | 16.7 | - |
| YUV | 103.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 107 | 0.62 | 0 | 0.18 | 0.49 | 162.75 | 0.44 | 0.35 |
| Hex | 32 | 82 | 6B | 3E | 0 | 12 | 31 | A3 | 2C | 23 |
| Octal | 62 | 202 | 153 | 76 | 0 | 22 | 61 | 243 | 54 | 43 |
| Binary | 110010 | 10000010 | 1101011 | 111110 | 0 | 10010 | 110001 | 10100011 | 101100 | 100011 |
Color Harmonies of #32826B
Complementary color
Monochromatic Colors of #32826B
Black with #32826B
Text Example
Text Example
White with #32826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32826B; }
p { color: rgb(50,130,107); }
H1.HeaderClassName
{
color: #32826B;
}
.AnyTagClassName
{
color: #32826B;
}
</style>
background-color css
<style>
a { background-color: #32826B; }
a { background-color: rgb(50,130,107); }
div.DivClassName
{
background-color: #32826B;
}
.BgClassName
{
background-color: #32826B;
}
</style>
border-color css
<style>
span { border-color: #32826B; }
span { border-color: rgb(50,130,107); }
td.TdClassName
{
border-color: #32826B;
}
.TagClassName
{
border-color: #32826B;
}
</style>