Shades of Elm #317774
Tints of Elm #317774
RGB
CMYK
RGB Variations
Color information
#317774 (or 0x317774) is known color: Elm. HEX triplet: 31, 77 and 74. RGB value is (49,119,116). Sum of RGB (Red+Green+Blue) = 49+119+116=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #317774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317774 is #CE888B. Grayscale: #616161. Windows color (decimal): -13535372 or 7632689. OLE color: 7632689.
HSL color Cylindrical-coordinate representation of color #317774: hue angle of 177.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317774 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 119 | 116 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.53 |
| HSL | 177.43º | 0.42% | 0.33% | - |
| HSV(B) | 177.43º | 0.59% | 0.47% | - |
| XYZ | 11.02 | 15.11 | 18.86 | - |
| YUV | 97.73 | 138.31 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 116 | 0.59 | 0 | 0.03 | 0.53 | 177.43 | 0.42 | 0.33 |
| Hex | 31 | 77 | 74 | 3B | 0 | 3 | 35 | B1 | 2A | 21 |
| Octal | 61 | 167 | 164 | 73 | 0 | 3 | 65 | 261 | 52 | 41 |
| Binary | 110001 | 1110111 | 1110100 | 111011 | 0 | 11 | 110101 | 10110001 | 101010 | 100001 |
Color Harmonies of #317774
Complementary color
Monochromatic Colors of #317774
Black with #317774
Text Example
Text Example
White with #317774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317774; }
p { color: rgb(49,119,116); }
H1.HeaderClassName
{
color: #317774;
}
.AnyTagClassName
{
color: #317774;
}
</style>
background-color css
<style>
a { background-color: #317774; }
a { background-color: rgb(49,119,116); }
div.DivClassName
{
background-color: #317774;
}
.BgClassName
{
background-color: #317774;
}
</style>
border-color css
<style>
span { border-color: #317774; }
span { border-color: rgb(49,119,116); }
td.TdClassName
{
border-color: #317774;
}
.TagClassName
{
border-color: #317774;
}
</style>