Shades of Elm #31877B
Tints of Elm #31877B
RGB
CMYK
RGB Variations
Color information
#31877B (or 0x31877B) is known color: Elm. HEX triplet: 31, 87 and 7B. RGB value is (49,135,123). Sum of RGB (Red+Green+Blue) = 49+135+123=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #31877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31877B is #CE7884. Grayscale: #6B6B6B. Windows color (decimal): -13531269 or 8095537. OLE color: 8095537.
HSL color Cylindrical-coordinate representation of color #31877B: hue angle of 171.63º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31877B is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 135 | 123 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.47 |
| HSL | 171.63º | 0.47% | 0.36% | - |
| HSV(B) | 171.63º | 0.64% | 0.53% | - |
| XYZ | 13.51 | 19.41 | 21.77 | - |
| YUV | 107.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 135 | 123 | 0.64 | 0 | 0.09 | 0.47 | 171.63 | 0.47 | 0.36 |
| Hex | 31 | 87 | 7B | 40 | 0 | 9 | 2F | AC | 2F | 24 |
| Octal | 61 | 207 | 173 | 100 | 0 | 11 | 57 | 254 | 57 | 44 |
| Binary | 110001 | 10000111 | 1111011 | 1000000 | 0 | 1001 | 101111 | 10101100 | 101111 | 100100 |
Color Harmonies of #31877B
Complementary color
Monochromatic Colors of #31877B
Black with #31877B
Text Example
Text Example
White with #31877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31877B; }
p { color: rgb(49,135,123); }
H1.HeaderClassName
{
color: #31877B;
}
.AnyTagClassName
{
color: #31877B;
}
</style>
background-color css
<style>
a { background-color: #31877B; }
a { background-color: rgb(49,135,123); }
div.DivClassName
{
background-color: #31877B;
}
.BgClassName
{
background-color: #31877B;
}
</style>
border-color css
<style>
span { border-color: #31877B; }
span { border-color: rgb(49,135,123); }
td.TdClassName
{
border-color: #31877B;
}
.TagClassName
{
border-color: #31877B;
}
</style>