Shades of Elm #318579
Tints of Elm #318579
RGB
CMYK
RGB Variations
Color information
#318579 (or 0x318579) is known color: Elm. HEX triplet: 31, 85 and 79. RGB value is (49,133,121). Sum of RGB (Red+Green+Blue) = 49+133+121=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #318579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318579 is #CE7A86. Grayscale: #6A6A6A. Windows color (decimal): -13531783 or 7963953. OLE color: 7963953.
HSL color Cylindrical-coordinate representation of color #318579: hue angle of 171.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318579 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 133 | 121 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.48 |
| HSL | 171.43º | 0.46% | 0.36% | - |
| HSV(B) | 171.43º | 0.63% | 0.52% | - |
| XYZ | 13.11 | 18.81 | 21.03 | - |
| YUV | 106.52 | 136.17 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 121 | 0.63 | 0 | 0.09 | 0.48 | 171.43 | 0.46 | 0.36 |
| Hex | 31 | 85 | 79 | 3F | 0 | 9 | 30 | AB | 2E | 24 |
| Octal | 61 | 205 | 171 | 77 | 0 | 11 | 60 | 253 | 56 | 44 |
| Binary | 110001 | 10000101 | 1111001 | 111111 | 0 | 1001 | 110000 | 10101011 | 101110 | 100100 |
Color Harmonies of #318579
Complementary color
Monochromatic Colors of #318579
Black with #318579
Text Example
Text Example
White with #318579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318579; }
p { color: rgb(49,133,121); }
H1.HeaderClassName
{
color: #318579;
}
.AnyTagClassName
{
color: #318579;
}
</style>
background-color css
<style>
a { background-color: #318579; }
a { background-color: rgb(49,133,121); }
div.DivClassName
{
background-color: #318579;
}
.BgClassName
{
background-color: #318579;
}
</style>
border-color css
<style>
span { border-color: #318579; }
span { border-color: rgb(49,133,121); }
td.TdClassName
{
border-color: #318579;
}
.TagClassName
{
border-color: #318579;
}
</style>