Shades of Elm #318C82
Tints of Elm #318C82
RGB
CMYK
RGB Variations
Color information
#318C82 (or 0x318C82) is known color: Elm. HEX triplet: 31, 8C and 82. RGB value is (49,140,130). Sum of RGB (Red+Green+Blue) = 49+140+130=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #318C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318C82 is #CE737D. Grayscale: #6F6F6F. Windows color (decimal): -13529982 or 8555569. OLE color: 8555569.
HSL color Cylindrical-coordinate representation of color #318C82: hue angle of 173.41º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318C82 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 140 | 130 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.45 |
| HSL | 173.41º | 0.48% | 0.37% | - |
| HSV(B) | 173.41º | 0.65% | 0.55% | - |
| XYZ | 14.67 | 21.02 | 24.4 | - |
| YUV | 111.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 140 | 130 | 0.65 | 0 | 0.07 | 0.45 | 173.41 | 0.48 | 0.37 |
| Hex | 31 | 8C | 82 | 41 | 0 | 7 | 2D | AD | 30 | 25 |
| Octal | 61 | 214 | 202 | 101 | 0 | 7 | 55 | 255 | 60 | 45 |
| Binary | 110001 | 10001100 | 10000010 | 1000001 | 0 | 111 | 101101 | 10101101 | 110000 | 100101 |
Color Harmonies of #318C82
Complementary color
Monochromatic Colors of #318C82
Black with #318C82
Text Example
Text Example
White with #318C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318C82; }
p { color: rgb(49,140,130); }
H1.HeaderClassName
{
color: #318C82;
}
.AnyTagClassName
{
color: #318C82;
}
</style>
background-color css
<style>
a { background-color: #318C82; }
a { background-color: rgb(49,140,130); }
div.DivClassName
{
background-color: #318C82;
}
.BgClassName
{
background-color: #318C82;
}
</style>
border-color css
<style>
span { border-color: #318C82; }
span { border-color: rgb(49,140,130); }
td.TdClassName
{
border-color: #318C82;
}
.TagClassName
{
border-color: #318C82;
}
</style>