Shades of Elm #31827D
Tints of Elm #31827D
RGB
CMYK
RGB Variations
Color information
#31827D (or 0x31827D) is known color: Elm. HEX triplet: 31, 82 and 7D. RGB value is (49,130,125). Sum of RGB (Red+Green+Blue) = 49+130+125=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #31827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31827D is #CE7D82. Grayscale: #696969. Windows color (decimal): -13532547 or 8225329. OLE color: 8225329.
HSL color Cylindrical-coordinate representation of color #31827D: hue angle of 176.3º 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 #31827D is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 125 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.49 |
| HSL | 176.3º | 0.45% | 0.35% | - |
| HSV(B) | 176.3º | 0.62% | 0.51% | - |
| XYZ | 12.95 | 18.1 | 22.21 | - |
| YUV | 105.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 125 | 0.62 | 0 | 0.04 | 0.49 | 176.3 | 0.45 | 0.35 |
| Hex | 31 | 82 | 7D | 3E | 0 | 4 | 31 | B0 | 2D | 23 |
| Octal | 61 | 202 | 175 | 76 | 0 | 4 | 61 | 260 | 55 | 43 |
| Binary | 110001 | 10000010 | 1111101 | 111110 | 0 | 100 | 110001 | 10110000 | 101101 | 100011 |
Color Harmonies of #31827D
Complementary color
Monochromatic Colors of #31827D
Black with #31827D
Text Example
Text Example
White with #31827D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31827D; }
p { color: rgb(49,130,125); }
H1.HeaderClassName
{
color: #31827D;
}
.AnyTagClassName
{
color: #31827D;
}
</style>
background-color css
<style>
a { background-color: #31827D; }
a { background-color: rgb(49,130,125); }
div.DivClassName
{
background-color: #31827D;
}
.BgClassName
{
background-color: #31827D;
}
</style>
border-color css
<style>
span { border-color: #31827D; }
span { border-color: rgb(49,130,125); }
td.TdClassName
{
border-color: #31827D;
}
.TagClassName
{
border-color: #31827D;
}
</style>