Shades of Elm #31827A
Tints of Elm #31827A
RGB
CMYK
RGB Variations
Color information
#31827A (or 0x31827A) is known color: Elm. HEX triplet: 31, 82 and 7A. RGB value is (49,130,122). Sum of RGB (Red+Green+Blue) = 49+130+122=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #31827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31827A is #CE7D85. Grayscale: #686868. Windows color (decimal): -13532550 or 8028721. OLE color: 8028721.
HSL color Cylindrical-coordinate representation of color #31827A: hue angle of 174.07º 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 #31827A is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 122 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.49 |
| HSL | 174.07º | 0.45% | 0.35% | - |
| HSV(B) | 174.07º | 0.62% | 0.51% | - |
| XYZ | 12.76 | 18.02 | 21.22 | - |
| YUV | 104.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 122 | 0.62 | 0 | 0.06 | 0.49 | 174.07 | 0.45 | 0.35 |
| Hex | 31 | 82 | 7A | 3E | 0 | 6 | 31 | AE | 2D | 23 |
| Octal | 61 | 202 | 172 | 76 | 0 | 6 | 61 | 256 | 55 | 43 |
| Binary | 110001 | 10000010 | 1111010 | 111110 | 0 | 110 | 110001 | 10101110 | 101101 | 100011 |
Color Harmonies of #31827A
Complementary color
Monochromatic Colors of #31827A
Black with #31827A
Text Example
Text Example
White with #31827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31827A; }
p { color: rgb(49,130,122); }
H1.HeaderClassName
{
color: #31827A;
}
.AnyTagClassName
{
color: #31827A;
}
</style>
background-color css
<style>
a { background-color: #31827A; }
a { background-color: rgb(49,130,122); }
div.DivClassName
{
background-color: #31827A;
}
.BgClassName
{
background-color: #31827A;
}
</style>
border-color css
<style>
span { border-color: #31827A; }
span { border-color: rgb(49,130,122); }
td.TdClassName
{
border-color: #31827A;
}
.TagClassName
{
border-color: #31827A;
}
</style>