Shades of Elm #158479
Tints of Elm #158479
RGB
CMYK
RGB Variations
Color information
#158479 (or 0x158479) is known color: Elm. HEX triplet: 15, 84 and 79. RGB value is (21,132,121). Sum of RGB (Red+Green+Blue) = 21+132+121=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #158479 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158479 is #EA7B86. Grayscale: #616161. Windows color (decimal): -15367047 or 7963669. OLE color: 7963669.
HSL color Cylindrical-coordinate representation of color #158479: hue angle of 174.05º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158479 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 132 | 121 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.48 |
| HSL | 174.05º | 0.73% | 0.3% | - |
| HSV(B) | 174.05º | 0.84% | 0.52% | - |
| XYZ | 12.01 | 18.04 | 20.94 | - |
| YUV | 97.56 | 141.23 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 121 | 0.84 | 0 | 0.08 | 0.48 | 174.05 | 0.73 | 0.3 |
| Hex | 15 | 84 | 79 | 54 | 0 | 8 | 30 | AE | 49 | 1E |
| Octal | 25 | 204 | 171 | 124 | 0 | 10 | 60 | 256 | 111 | 36 |
| Binary | 10101 | 10000100 | 1111001 | 1010100 | 0 | 1000 | 110000 | 10101110 | 1001001 | 11110 |
Color Harmonies of #158479
Complementary color
Monochromatic Colors of #158479
Black with #158479
Text Example
Text Example
White with #158479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158479; }
p { color: rgb(21,132,121); }
H1.HeaderClassName
{
color: #158479;
}
.AnyTagClassName
{
color: #158479;
}
</style>
background-color css
<style>
a { background-color: #158479; }
a { background-color: rgb(21,132,121); }
div.DivClassName
{
background-color: #158479;
}
.BgClassName
{
background-color: #158479;
}
</style>
border-color css
<style>
span { border-color: #158479; }
span { border-color: rgb(21,132,121); }
td.TdClassName
{
border-color: #158479;
}
.TagClassName
{
border-color: #158479;
}
</style>