Shades of Elm #32887B
Tints of Elm #32887B
RGB
CMYK
RGB Variations
Color information
#32887B (or 0x32887B) is known color: Elm. HEX triplet: 32, 88 and 7B. RGB value is (50,136,123). Sum of RGB (Red+Green+Blue) = 50+136+123=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #32887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32887B is #CD7784. Grayscale: #6C6C6C. Windows color (decimal): -13465477 or 8095794. OLE color: 8095794.
HSL color Cylindrical-coordinate representation of color #32887B: hue angle of 170.93º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32887B is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 136 | 123 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.47 |
| HSL | 170.93º | 0.46% | 0.36% | - |
| HSV(B) | 170.93º | 0.63% | 0.53% | - |
| XYZ | 13.69 | 19.72 | 21.82 | - |
| YUV | 108.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 136 | 123 | 0.63 | 0 | 0.10 | 0.47 | 170.93 | 0.46 | 0.36 |
| Hex | 32 | 88 | 7B | 3F | 0 | A | 2F | AB | 2E | 24 |
| Octal | 62 | 210 | 173 | 77 | 0 | 12 | 57 | 253 | 56 | 44 |
| Binary | 110010 | 10001000 | 1111011 | 111111 | 0 | 1010 | 101111 | 10101011 | 101110 | 100100 |
Color Harmonies of #32887B
Complementary color
Monochromatic Colors of #32887B
Black with #32887B
Text Example
Text Example
White with #32887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32887B; }
p { color: rgb(50,136,123); }
H1.HeaderClassName
{
color: #32887B;
}
.AnyTagClassName
{
color: #32887B;
}
</style>
background-color css
<style>
a { background-color: #32887B; }
a { background-color: rgb(50,136,123); }
div.DivClassName
{
background-color: #32887B;
}
.BgClassName
{
background-color: #32887B;
}
</style>
border-color css
<style>
span { border-color: #32887B; }
span { border-color: rgb(50,136,123); }
td.TdClassName
{
border-color: #32887B;
}
.TagClassName
{
border-color: #32887B;
}
</style>