Shades of Elm #287574
Tints of Elm #287574
RGB
CMYK
RGB Variations
Color information
#287574 (or 0x287574) is known color: Elm. HEX triplet: 28, 75 and 74. RGB value is (40,117,116). Sum of RGB (Red+Green+Blue) = 40+117+116=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #287574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287574 is #D78A8B. Grayscale: #5D5D5D. Windows color (decimal): -14125708 or 7632168. OLE color: 7632168.
HSL color Cylindrical-coordinate representation of color #287574: hue angle of 179.22º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287574 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 117 | 116 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.54 |
| HSL | 179.22º | 0.49% | 0.31% | - |
| HSV(B) | 179.22º | 0.66% | 0.46% | - |
| XYZ | 10.39 | 14.43 | 18.76 | - |
| YUV | 93.86 | 140.49 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 116 | 0.66 | 0 | 0.01 | 0.54 | 179.22 | 0.49 | 0.31 |
| Hex | 28 | 75 | 74 | 42 | 0 | 1 | 36 | B3 | 31 | 1F |
| Octal | 50 | 165 | 164 | 102 | 0 | 1 | 66 | 263 | 61 | 37 |
| Binary | 101000 | 1110101 | 1110100 | 1000010 | 0 | 1 | 110110 | 10110011 | 110001 | 11111 |
Color Harmonies of #287574
Complementary color
Monochromatic Colors of #287574
Black with #287574
Text Example
Text Example
White with #287574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287574; }
p { color: rgb(40,117,116); }
H1.HeaderClassName
{
color: #287574;
}
.AnyTagClassName
{
color: #287574;
}
</style>
background-color css
<style>
a { background-color: #287574; }
a { background-color: rgb(40,117,116); }
div.DivClassName
{
background-color: #287574;
}
.BgClassName
{
background-color: #287574;
}
</style>
border-color css
<style>
span { border-color: #287574; }
span { border-color: rgb(40,117,116); }
td.TdClassName
{
border-color: #287574;
}
.TagClassName
{
border-color: #287574;
}
</style>