Shades of Elm #317D77
Tints of Elm #317D77
RGB
CMYK
RGB Variations
Color information
#317D77 (or 0x317D77) is known color: Elm. HEX triplet: 31, 7D and 77. RGB value is (49,125,119). Sum of RGB (Red+Green+Blue) = 49+125+119=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 119 (46.88% from 255 or 40.61% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #317D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317D77 is #CE8288. Grayscale: #656565. Windows color (decimal): -13533833 or 7830833. OLE color: 7830833.
HSL color Cylindrical-coordinate representation of color #317D77: hue angle of 175.26º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317D77 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 125 | 119 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.51 |
| HSL | 175.26º | 0.44% | 0.34% | - |
| HSV(B) | 175.26º | 0.61% | 0.49% | - |
| XYZ | 11.93 | 16.65 | 20.04 | - |
| YUV | 101.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 119 | 0.61 | 0 | 0.05 | 0.51 | 175.26 | 0.44 | 0.34 |
| Hex | 31 | 7D | 77 | 3D | 0 | 5 | 33 | AF | 2C | 22 |
| Octal | 61 | 175 | 167 | 75 | 0 | 5 | 63 | 257 | 54 | 42 |
| Binary | 110001 | 1111101 | 1110111 | 111101 | 0 | 101 | 110011 | 10101111 | 101100 | 100010 |
Color Harmonies of #317D77
Complementary color
Monochromatic Colors of #317D77
Black with #317D77
Text Example
Text Example
White with #317D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D77; }
p { color: rgb(49,125,119); }
H1.HeaderClassName
{
color: #317D77;
}
.AnyTagClassName
{
color: #317D77;
}
</style>
background-color css
<style>
a { background-color: #317D77; }
a { background-color: rgb(49,125,119); }
div.DivClassName
{
background-color: #317D77;
}
.BgClassName
{
background-color: #317D77;
}
</style>
border-color css
<style>
span { border-color: #317D77; }
span { border-color: rgb(49,125,119); }
td.TdClassName
{
border-color: #317D77;
}
.TagClassName
{
border-color: #317D77;
}
</style>