Shades of Elm #36877C
Tints of Elm #36877C
RGB
CMYK
RGB Variations
Color information
#36877C (or 0x36877C) is known color: Elm. HEX triplet: 36, 87 and 7C. RGB value is (54,135,124). Sum of RGB (Red+Green+Blue) = 54+135+124=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #36877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36877C is #C97883. Grayscale: #6D6D6D. Windows color (decimal): -13203588 or 8161078. OLE color: 8161078.
HSL color Cylindrical-coordinate representation of color #36877C: hue angle of 171.85º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36877C is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 135 | 124 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.47 |
| HSL | 171.85º | 0.43% | 0.37% | - |
| HSV(B) | 171.85º | 0.6% | 0.53% | - |
| XYZ | 13.82 | 19.57 | 22.12 | - |
| YUV | 109.53 | 136.16 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 135 | 124 | 0.60 | 0 | 0.08 | 0.47 | 171.85 | 0.43 | 0.37 |
| Hex | 36 | 87 | 7C | 3C | 0 | 8 | 2F | AC | 2B | 25 |
| Octal | 66 | 207 | 174 | 74 | 0 | 10 | 57 | 254 | 53 | 45 |
| Binary | 110110 | 10000111 | 1111100 | 111100 | 0 | 1000 | 101111 | 10101100 | 101011 | 100101 |
Color Harmonies of #36877C
Complementary color
Monochromatic Colors of #36877C
Black with #36877C
Text Example
Text Example
White with #36877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36877C; }
p { color: rgb(54,135,124); }
H1.HeaderClassName
{
color: #36877C;
}
.AnyTagClassName
{
color: #36877C;
}
</style>
background-color css
<style>
a { background-color: #36877C; }
a { background-color: rgb(54,135,124); }
div.DivClassName
{
background-color: #36877C;
}
.BgClassName
{
background-color: #36877C;
}
</style>
border-color css
<style>
span { border-color: #36877C; }
span { border-color: rgb(54,135,124); }
td.TdClassName
{
border-color: #36877C;
}
.TagClassName
{
border-color: #36877C;
}
</style>