Shades of Elm #317673
Tints of Elm #317673
RGB
CMYK
RGB Variations
Color information
#317673 (or 0x317673) is known color: Elm. HEX triplet: 31, 76 and 73. RGB value is (49,118,115). Sum of RGB (Red+Green+Blue) = 49+118+115=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #317673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317673 is #CE898C. Grayscale: #606060. Windows color (decimal): -13535629 or 7566897. OLE color: 7566897.
HSL color Cylindrical-coordinate representation of color #317673: hue angle of 177.39º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317673 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 49 | 118 | 115 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.54 |
| HSL | 177.39º | 0.41% | 0.33% | - |
| HSV(B) | 177.39º | 0.58% | 0.46% | - |
| XYZ | 10.84 | 14.85 | 18.51 | - |
| YUV | 97.03 | 138.14 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 118 | 115 | 0.58 | 0 | 0.03 | 0.54 | 177.39 | 0.41 | 0.33 |
| Hex | 31 | 76 | 73 | 3A | 0 | 3 | 36 | B1 | 29 | 21 |
| Octal | 61 | 166 | 163 | 72 | 0 | 3 | 66 | 261 | 51 | 41 |
| Binary | 110001 | 1110110 | 1110011 | 111010 | 0 | 11 | 110110 | 10110001 | 101001 | 100001 |
Color Harmonies of #317673
Complementary color
Monochromatic Colors of #317673
Black with #317673
Text Example
Text Example
White with #317673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317673; }
p { color: rgb(49,118,115); }
H1.HeaderClassName
{
color: #317673;
}
.AnyTagClassName
{
color: #317673;
}
</style>
background-color css
<style>
a { background-color: #317673; }
a { background-color: rgb(49,118,115); }
div.DivClassName
{
background-color: #317673;
}
.BgClassName
{
background-color: #317673;
}
</style>
border-color css
<style>
span { border-color: #317673; }
span { border-color: rgb(49,118,115); }
td.TdClassName
{
border-color: #317673;
}
.TagClassName
{
border-color: #317673;
}
</style>