Shades of Elm #278577
Tints of Elm #278577
RGB
CMYK
RGB Variations
Color information
#278577 (or 0x278577) is known color: Elm. HEX triplet: 27, 85 and 77. RGB value is (39,133,119). Sum of RGB (Red+Green+Blue) = 39+133+119=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #278577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278577 is #D87A88. Grayscale: #676767. Windows color (decimal): -14187145 or 7832871. OLE color: 7832871.
HSL color Cylindrical-coordinate representation of color #278577: hue angle of 171.06º 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 #278577 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 133 | 119 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.48 |
| HSL | 171.06º | 0.55% | 0.34% | - |
| HSV(B) | 171.06º | 0.71% | 0.52% | - |
| XYZ | 12.55 | 18.54 | 20.37 | - |
| YUV | 103.3 | 136.86 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 119 | 0.71 | 0 | 0.11 | 0.48 | 171.06 | 0.55 | 0.34 |
| Hex | 27 | 85 | 77 | 47 | 0 | B | 30 | AB | 37 | 22 |
| Octal | 47 | 205 | 167 | 107 | 0 | 13 | 60 | 253 | 67 | 42 |
| Binary | 100111 | 10000101 | 1110111 | 1000111 | 0 | 1011 | 110000 | 10101011 | 110111 | 100010 |
Color Harmonies of #278577
Complementary color
Monochromatic Colors of #278577
Black with #278577
Text Example
Text Example
White with #278577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278577; }
p { color: rgb(39,133,119); }
H1.HeaderClassName
{
color: #278577;
}
.AnyTagClassName
{
color: #278577;
}
</style>
background-color css
<style>
a { background-color: #278577; }
a { background-color: rgb(39,133,119); }
div.DivClassName
{
background-color: #278577;
}
.BgClassName
{
background-color: #278577;
}
</style>
border-color css
<style>
span { border-color: #278577; }
span { border-color: rgb(39,133,119); }
td.TdClassName
{
border-color: #278577;
}
.TagClassName
{
border-color: #278577;
}
</style>