Shades of Elm #318881
Tints of Elm #318881
RGB
CMYK
RGB Variations
Color information
#318881 (or 0x318881) is known color: Elm. HEX triplet: 31, 88 and 81. RGB value is (49,136,129). Sum of RGB (Red+Green+Blue) = 49+136+129=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #318881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318881 is #CE777E. Grayscale: #6D6D6D. Windows color (decimal): -13531007 or 8489009. OLE color: 8489009.
HSL color Cylindrical-coordinate representation of color #318881: hue angle of 175.17º 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 #318881 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 136 | 129 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.47 |
| HSL | 175.17º | 0.47% | 0.36% | - |
| HSV(B) | 175.17º | 0.64% | 0.53% | - |
| XYZ | 14.03 | 19.85 | 23.86 | - |
| YUV | 109.19 | 139.18 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 136 | 129 | 0.64 | 0 | 0.05 | 0.47 | 175.17 | 0.47 | 0.36 |
| Hex | 31 | 88 | 81 | 40 | 0 | 5 | 2F | AF | 2F | 24 |
| Octal | 61 | 210 | 201 | 100 | 0 | 5 | 57 | 257 | 57 | 44 |
| Binary | 110001 | 10001000 | 10000001 | 1000000 | 0 | 101 | 101111 | 10101111 | 101111 | 100100 |
Color Harmonies of #318881
Complementary color
Monochromatic Colors of #318881
Black with #318881
Text Example
Text Example
White with #318881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318881; }
p { color: rgb(49,136,129); }
H1.HeaderClassName
{
color: #318881;
}
.AnyTagClassName
{
color: #318881;
}
</style>
background-color css
<style>
a { background-color: #318881; }
a { background-color: rgb(49,136,129); }
div.DivClassName
{
background-color: #318881;
}
.BgClassName
{
background-color: #318881;
}
</style>
border-color css
<style>
span { border-color: #318881; }
span { border-color: rgb(49,136,129); }
td.TdClassName
{
border-color: #318881;
}
.TagClassName
{
border-color: #318881;
}
</style>