Shades of Elm #318078
Tints of Elm #318078
RGB
CMYK
RGB Variations
Color information
#318078 (or 0x318078) is known color: Elm. HEX triplet: 31, 80 and 78. RGB value is (49,128,120). Sum of RGB (Red+Green+Blue) = 49+128+120=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #318078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318078 is #CE7F87. Grayscale: #676767. Windows color (decimal): -13533064 or 7897137. OLE color: 7897137.
HSL color Cylindrical-coordinate representation of color #318078: hue angle of 173.92º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318078 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 128 | 120 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.50 |
| HSL | 173.92º | 0.45% | 0.35% | - |
| HSV(B) | 173.92º | 0.62% | 0.5% | - |
| XYZ | 12.38 | 17.45 | 20.48 | - |
| YUV | 103.47 | 137.33 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 128 | 120 | 0.62 | 0 | 0.06 | 0.50 | 173.92 | 0.45 | 0.35 |
| Hex | 31 | 80 | 78 | 3E | 0 | 6 | 32 | AE | 2D | 23 |
| Octal | 61 | 200 | 170 | 76 | 0 | 6 | 62 | 256 | 55 | 43 |
| Binary | 110001 | 10000000 | 1111000 | 111110 | 0 | 110 | 110010 | 10101110 | 101101 | 100011 |
Color Harmonies of #318078
Complementary color
Monochromatic Colors of #318078
Black with #318078
Text Example
Text Example
White with #318078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318078; }
p { color: rgb(49,128,120); }
H1.HeaderClassName
{
color: #318078;
}
.AnyTagClassName
{
color: #318078;
}
</style>
background-color css
<style>
a { background-color: #318078; }
a { background-color: rgb(49,128,120); }
div.DivClassName
{
background-color: #318078;
}
.BgClassName
{
background-color: #318078;
}
</style>
border-color css
<style>
span { border-color: #318078; }
span { border-color: rgb(49,128,120); }
td.TdClassName
{
border-color: #318078;
}
.TagClassName
{
border-color: #318078;
}
</style>