Shades of Elm #278579
Tints of Elm #278579
RGB
CMYK
RGB Variations
Color information
#278579 (or 0x278579) is known color: Elm. HEX triplet: 27, 85 and 79. RGB value is (39,133,121). Sum of RGB (Red+Green+Blue) = 39+133+121=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #278579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278579 is #D87A86. Grayscale: #676767. Windows color (decimal): -14187143 or 7963943. OLE color: 7963943.
HSL color Cylindrical-coordinate representation of color #278579: hue angle of 172.34º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #278579 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 133 | 121 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.48 |
| HSL | 172.34º | 0.55% | 0.34% | - |
| HSV(B) | 172.34º | 0.71% | 0.52% | - |
| XYZ | 12.68 | 18.59 | 21.01 | - |
| YUV | 103.53 | 137.86 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 121 | 0.71 | 0 | 0.09 | 0.48 | 172.34 | 0.55 | 0.34 |
| Hex | 27 | 85 | 79 | 47 | 0 | 9 | 30 | AC | 37 | 22 |
| Octal | 47 | 205 | 171 | 107 | 0 | 11 | 60 | 254 | 67 | 42 |
| Binary | 100111 | 10000101 | 1111001 | 1000111 | 0 | 1001 | 110000 | 10101100 | 110111 | 100010 |
Color Harmonies of #278579
Complementary color
Monochromatic Colors of #278579
Black with #278579
Text Example
Text Example
White with #278579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278579; }
p { color: rgb(39,133,121); }
H1.HeaderClassName
{
color: #278579;
}
.AnyTagClassName
{
color: #278579;
}
</style>
background-color css
<style>
a { background-color: #278579; }
a { background-color: rgb(39,133,121); }
div.DivClassName
{
background-color: #278579;
}
.BgClassName
{
background-color: #278579;
}
</style>
border-color css
<style>
span { border-color: #278579; }
span { border-color: rgb(39,133,121); }
td.TdClassName
{
border-color: #278579;
}
.TagClassName
{
border-color: #278579;
}
</style>