Shades of Elm #31817C
Tints of Elm #31817C
RGB
CMYK
RGB Variations
Color information
#31817C (or 0x31817C) is known color: Elm. HEX triplet: 31, 81 and 7C. RGB value is (49,129,124). Sum of RGB (Red+Green+Blue) = 49+129+124=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #31817C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31817C is #CE7E83. Grayscale: #686868. Windows color (decimal): -13532804 or 8159537. OLE color: 8159537.
HSL color Cylindrical-coordinate representation of color #31817C: hue angle of 176.25º degrees, saturation: 0.45, 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 #31817C is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 129 | 124 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.49 |
| HSL | 176.25º | 0.45% | 0.35% | - |
| HSV(B) | 176.25º | 0.62% | 0.51% | - |
| XYZ | 12.75 | 17.81 | 21.83 | - |
| YUV | 104.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 124 | 0.62 | 0 | 0.04 | 0.49 | 176.25 | 0.45 | 0.35 |
| Hex | 31 | 81 | 7C | 3E | 0 | 4 | 31 | B0 | 2D | 23 |
| Octal | 61 | 201 | 174 | 76 | 0 | 4 | 61 | 260 | 55 | 43 |
| Binary | 110001 | 10000001 | 1111100 | 111110 | 0 | 100 | 110001 | 10110000 | 101101 | 100011 |
Color Harmonies of #31817C
Complementary color
Monochromatic Colors of #31817C
Black with #31817C
Text Example
Text Example
White with #31817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31817C; }
p { color: rgb(49,129,124); }
H1.HeaderClassName
{
color: #31817C;
}
.AnyTagClassName
{
color: #31817C;
}
</style>
background-color css
<style>
a { background-color: #31817C; }
a { background-color: rgb(49,129,124); }
div.DivClassName
{
background-color: #31817C;
}
.BgClassName
{
background-color: #31817C;
}
</style>
border-color css
<style>
span { border-color: #31817C; }
span { border-color: rgb(49,129,124); }
td.TdClassName
{
border-color: #31817C;
}
.TagClassName
{
border-color: #31817C;
}
</style>