Shades of Elm #31857E
Tints of Elm #31857E
RGB
CMYK
RGB Variations
Color information
#31857E (or 0x31857E) is known color: Elm. HEX triplet: 31, 85 and 7E. RGB value is (49,133,126). Sum of RGB (Red+Green+Blue) = 49+133+126=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #31857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31857E is #CE7A81. Grayscale: #6B6B6B. Windows color (decimal): -13531778 or 8291633. OLE color: 8291633.
HSL color Cylindrical-coordinate representation of color #31857E: hue angle of 175º 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 #31857E is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 133 | 126 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.48 |
| HSL | 175º | 0.46% | 0.36% | - |
| HSV(B) | 175º | 0.63% | 0.52% | - |
| XYZ | 13.42 | 18.93 | 22.69 | - |
| YUV | 107.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 133 | 126 | 0.63 | 0 | 0.05 | 0.48 | 175 | 0.46 | 0.36 |
| Hex | 31 | 85 | 7E | 3F | 0 | 5 | 30 | AF | 2E | 24 |
| Octal | 61 | 205 | 176 | 77 | 0 | 5 | 60 | 257 | 56 | 44 |
| Binary | 110001 | 10000101 | 1111110 | 111111 | 0 | 101 | 110000 | 10101111 | 101110 | 100100 |
Color Harmonies of #31857E
Complementary color
Monochromatic Colors of #31857E
Black with #31857E
Text Example
Text Example
White with #31857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31857E; }
p { color: rgb(49,133,126); }
H1.HeaderClassName
{
color: #31857E;
}
.AnyTagClassName
{
color: #31857E;
}
</style>
background-color css
<style>
a { background-color: #31857E; }
a { background-color: rgb(49,133,126); }
div.DivClassName
{
background-color: #31857E;
}
.BgClassName
{
background-color: #31857E;
}
</style>
border-color css
<style>
span { border-color: #31857E; }
span { border-color: rgb(49,133,126); }
td.TdClassName
{
border-color: #31857E;
}
.TagClassName
{
border-color: #31857E;
}
</style>