Shades of Elm #31827B
Tints of Elm #31827B
RGB
CMYK
RGB Variations
Color information
#31827B (or 0x31827B) is known color: Elm. HEX triplet: 31, 82 and 7B. RGB value is (49,130,123). Sum of RGB (Red+Green+Blue) = 49+130+123=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #31827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31827B is #CE7D84. Grayscale: #686868. Windows color (decimal): -13532549 or 8094257. OLE color: 8094257.
HSL color Cylindrical-coordinate representation of color #31827B: hue angle of 174.81º 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 #31827B is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 130 | 123 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.49 |
| HSL | 174.81º | 0.45% | 0.35% | - |
| HSV(B) | 174.81º | 0.62% | 0.51% | - |
| XYZ | 12.82 | 18.05 | 21.55 | - |
| YUV | 104.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 130 | 123 | 0.62 | 0 | 0.05 | 0.49 | 174.81 | 0.45 | 0.35 |
| Hex | 31 | 82 | 7B | 3E | 0 | 5 | 31 | AF | 2D | 23 |
| Octal | 61 | 202 | 173 | 76 | 0 | 5 | 61 | 257 | 55 | 43 |
| Binary | 110001 | 10000010 | 1111011 | 111110 | 0 | 101 | 110001 | 10101111 | 101101 | 100011 |
Color Harmonies of #31827B
Complementary color
Monochromatic Colors of #31827B
Black with #31827B
Text Example
Text Example
White with #31827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31827B; }
p { color: rgb(49,130,123); }
H1.HeaderClassName
{
color: #31827B;
}
.AnyTagClassName
{
color: #31827B;
}
</style>
background-color css
<style>
a { background-color: #31827B; }
a { background-color: rgb(49,130,123); }
div.DivClassName
{
background-color: #31827B;
}
.BgClassName
{
background-color: #31827B;
}
</style>
border-color css
<style>
span { border-color: #31827B; }
span { border-color: rgb(49,130,123); }
td.TdClassName
{
border-color: #31827B;
}
.TagClassName
{
border-color: #31827B;
}
</style>