Shades of Elm #31817A
Tints of Elm #31817A
RGB
CMYK
RGB Variations
Color information
#31817A (or 0x31817A) is known color: Elm. HEX triplet: 31, 81 and 7A. RGB value is (49,129,122). Sum of RGB (Red+Green+Blue) = 49+129+122=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #31817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31817A is #CE7E85. Grayscale: #686868. Windows color (decimal): -13532806 or 8028465. OLE color: 8028465.
HSL color Cylindrical-coordinate representation of color #31817A: hue angle of 174.75º 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 #31817A is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 129 | 122 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.49 |
| HSL | 174.75º | 0.45% | 0.35% | - |
| HSV(B) | 174.75º | 0.62% | 0.51% | - |
| XYZ | 12.63 | 17.76 | 21.17 | - |
| YUV | 104.28 | 138 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 129 | 122 | 0.62 | 0 | 0.05 | 0.49 | 174.75 | 0.45 | 0.35 |
| Hex | 31 | 81 | 7A | 3E | 0 | 5 | 31 | AF | 2D | 23 |
| Octal | 61 | 201 | 172 | 76 | 0 | 5 | 61 | 257 | 55 | 43 |
| Binary | 110001 | 10000001 | 1111010 | 111110 | 0 | 101 | 110001 | 10101111 | 101101 | 100011 |
Color Harmonies of #31817A
Complementary color
Monochromatic Colors of #31817A
Black with #31817A
Text Example
Text Example
White with #31817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31817A; }
p { color: rgb(49,129,122); }
H1.HeaderClassName
{
color: #31817A;
}
.AnyTagClassName
{
color: #31817A;
}
</style>
background-color css
<style>
a { background-color: #31817A; }
a { background-color: rgb(49,129,122); }
div.DivClassName
{
background-color: #31817A;
}
.BgClassName
{
background-color: #31817A;
}
</style>
border-color css
<style>
span { border-color: #31817A; }
span { border-color: rgb(49,129,122); }
td.TdClassName
{
border-color: #31817A;
}
.TagClassName
{
border-color: #31817A;
}
</style>