Shades of Elm #278476
Tints of Elm #278476
RGB
CMYK
RGB Variations
Color information
#278476 (or 0x278476) is known color: Elm. HEX triplet: 27, 84 and 76. RGB value is (39,132,118). Sum of RGB (Red+Green+Blue) = 39+132+118=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #278476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278476 is #D87B89. Grayscale: #666666. Windows color (decimal): -14187402 or 7767079. OLE color: 7767079.
HSL color Cylindrical-coordinate representation of color #278476: hue angle of 170.97º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278476 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 39 | 132 | 118 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.48 |
| HSL | 170.97º | 0.54% | 0.34% | - |
| HSV(B) | 170.97º | 0.7% | 0.52% | - |
| XYZ | 12.36 | 18.24 | 20.01 | - |
| YUV | 102.6 | 136.69 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 132 | 118 | 0.70 | 0 | 0.11 | 0.48 | 170.97 | 0.54 | 0.34 |
| Hex | 27 | 84 | 76 | 46 | 0 | B | 30 | AB | 36 | 22 |
| Octal | 47 | 204 | 166 | 106 | 0 | 13 | 60 | 253 | 66 | 42 |
| Binary | 100111 | 10000100 | 1110110 | 1000110 | 0 | 1011 | 110000 | 10101011 | 110110 | 100010 |
Color Harmonies of #278476
Complementary color
Monochromatic Colors of #278476
Black with #278476
Text Example
Text Example
White with #278476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278476; }
p { color: rgb(39,132,118); }
H1.HeaderClassName
{
color: #278476;
}
.AnyTagClassName
{
color: #278476;
}
</style>
background-color css
<style>
a { background-color: #278476; }
a { background-color: rgb(39,132,118); }
div.DivClassName
{
background-color: #278476;
}
.BgClassName
{
background-color: #278476;
}
</style>
border-color css
<style>
span { border-color: #278476; }
span { border-color: rgb(39,132,118); }
td.TdClassName
{
border-color: #278476;
}
.TagClassName
{
border-color: #278476;
}
</style>