Shades of Elm #378079
Tints of Elm #378079
RGB
CMYK
RGB Variations
Color information
#378079 (or 0x378079) is known color: Elm. HEX triplet: 37, 80 and 79. RGB value is (55,128,121). Sum of RGB (Red+Green+Blue) = 55+128+121=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 128 - color contains mainly: green. Hex color #378079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378079 is #C87F86. Grayscale: #696969. Windows color (decimal): -13139847 or 7962679. OLE color: 7962679.
HSL color Cylindrical-coordinate representation of color #378079: hue angle of 174.25º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378079 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 128 | 121 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.50 |
| HSL | 174.25º | 0.4% | 0.36% | - |
| HSV(B) | 174.25º | 0.57% | 0.5% | - |
| XYZ | 12.75 | 17.63 | 20.82 | - |
| YUV | 105.38 | 136.82 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 121 | 0.57 | 0 | 0.05 | 0.50 | 174.25 | 0.4 | 0.36 |
| Hex | 37 | 80 | 79 | 39 | 0 | 5 | 32 | AE | 28 | 24 |
| Octal | 67 | 200 | 171 | 71 | 0 | 5 | 62 | 256 | 50 | 44 |
| Binary | 110111 | 10000000 | 1111001 | 111001 | 0 | 101 | 110010 | 10101110 | 101000 | 100100 |
Color Harmonies of #378079
Complementary color
Monochromatic Colors of #378079
Black with #378079
Text Example
Text Example
White with #378079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378079; }
p { color: rgb(55,128,121); }
H1.HeaderClassName
{
color: #378079;
}
.AnyTagClassName
{
color: #378079;
}
</style>
background-color css
<style>
a { background-color: #378079; }
a { background-color: rgb(55,128,121); }
div.DivClassName
{
background-color: #378079;
}
.BgClassName
{
background-color: #378079;
}
</style>
border-color css
<style>
span { border-color: #378079; }
span { border-color: rgb(55,128,121); }
td.TdClassName
{
border-color: #378079;
}
.TagClassName
{
border-color: #378079;
}
</style>