Shades of Elm #31887A
Tints of Elm #31887A
RGB
CMYK
RGB Variations
Color information
#31887A (or 0x31887A) is known color: Elm. HEX triplet: 31, 88 and 7A. RGB value is (49,136,122). Sum of RGB (Red+Green+Blue) = 49+136+122=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #31887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31887A is #CE7785. Grayscale: #6C6C6C. Windows color (decimal): -13531014 or 8030257. OLE color: 8030257.
HSL color Cylindrical-coordinate representation of color #31887A: hue angle of 170.34º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31887A is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 136 | 122 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.47 |
| HSL | 170.34º | 0.47% | 0.36% | - |
| HSV(B) | 170.34º | 0.64% | 0.53% | - |
| XYZ | 13.58 | 19.67 | 21.49 | - |
| YUV | 108.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 122 | 0.64 | 0 | 0.10 | 0.47 | 170.34 | 0.47 | 0.36 |
| Hex | 31 | 88 | 7A | 40 | 0 | A | 2F | AA | 2F | 24 |
| Octal | 61 | 210 | 172 | 100 | 0 | 12 | 57 | 252 | 57 | 44 |
| Binary | 110001 | 10001000 | 1111010 | 1000000 | 0 | 1010 | 101111 | 10101010 | 101111 | 100100 |
Color Harmonies of #31887A
Complementary color
Monochromatic Colors of #31887A
Black with #31887A
Text Example
Text Example
White with #31887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31887A; }
p { color: rgb(49,136,122); }
H1.HeaderClassName
{
color: #31887A;
}
.AnyTagClassName
{
color: #31887A;
}
</style>
background-color css
<style>
a { background-color: #31887A; }
a { background-color: rgb(49,136,122); }
div.DivClassName
{
background-color: #31887A;
}
.BgClassName
{
background-color: #31887A;
}
</style>
border-color css
<style>
span { border-color: #31887A; }
span { border-color: rgb(49,136,122); }
td.TdClassName
{
border-color: #31887A;
}
.TagClassName
{
border-color: #31887A;
}
</style>