Shades of Elm #278574
Tints of Elm #278574
RGB
CMYK
RGB Variations
Color information
#278574 (or 0x278574) is known color: Elm. HEX triplet: 27, 85 and 74. RGB value is (39,133,116). Sum of RGB (Red+Green+Blue) = 39+133+116=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #278574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278574 is #D87A8B. Grayscale: #666666. Windows color (decimal): -14187148 or 7636263. OLE color: 7636263.
HSL color Cylindrical-coordinate representation of color #278574: hue angle of 169.15º 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 #278574 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 133 | 116 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.48 |
| HSL | 169.15º | 0.55% | 0.34% | - |
| HSV(B) | 169.15º | 0.71% | 0.52% | - |
| XYZ | 12.38 | 18.47 | 19.44 | - |
| YUV | 102.96 | 135.36 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 116 | 0.71 | 0 | 0.13 | 0.48 | 169.15 | 0.55 | 0.34 |
| Hex | 27 | 85 | 74 | 47 | 0 | D | 30 | A9 | 37 | 22 |
| Octal | 47 | 205 | 164 | 107 | 0 | 15 | 60 | 251 | 67 | 42 |
| Binary | 100111 | 10000101 | 1110100 | 1000111 | 0 | 1101 | 110000 | 10101001 | 110111 | 100010 |
Color Harmonies of #278574
Complementary color
Monochromatic Colors of #278574
Black with #278574
Text Example
Text Example
White with #278574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278574; }
p { color: rgb(39,133,116); }
H1.HeaderClassName
{
color: #278574;
}
.AnyTagClassName
{
color: #278574;
}
</style>
background-color css
<style>
a { background-color: #278574; }
a { background-color: rgb(39,133,116); }
div.DivClassName
{
background-color: #278574;
}
.BgClassName
{
background-color: #278574;
}
</style>
border-color css
<style>
span { border-color: #278574; }
span { border-color: rgb(39,133,116); }
td.TdClassName
{
border-color: #278574;
}
.TagClassName
{
border-color: #278574;
}
</style>