Shades of Elm #36837C
Tints of Elm #36837C
RGB
CMYK
RGB Variations
Color information
#36837C (or 0x36837C) is known color: Elm. HEX triplet: 36, 83 and 7C. RGB value is (54,131,124). Sum of RGB (Red+Green+Blue) = 54+131+124=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #36837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36837C is #C97C83. Grayscale: #6B6B6B. Windows color (decimal): -13204612 or 8160054. OLE color: 8160054.
HSL color Cylindrical-coordinate representation of color #36837C: hue angle of 174.55º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36837C is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 131 | 124 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.49 |
| HSL | 174.55º | 0.42% | 0.36% | - |
| HSV(B) | 174.55º | 0.59% | 0.51% | - |
| XYZ | 13.28 | 18.47 | 21.93 | - |
| YUV | 107.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 124 | 0.59 | 0 | 0.05 | 0.49 | 174.55 | 0.42 | 0.36 |
| Hex | 36 | 83 | 7C | 3B | 0 | 5 | 31 | AF | 2A | 24 |
| Octal | 66 | 203 | 174 | 73 | 0 | 5 | 61 | 257 | 52 | 44 |
| Binary | 110110 | 10000011 | 1111100 | 111011 | 0 | 101 | 110001 | 10101111 | 101010 | 100100 |
Color Harmonies of #36837C
Complementary color
Monochromatic Colors of #36837C
Black with #36837C
Text Example
Text Example
White with #36837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36837C; }
p { color: rgb(54,131,124); }
H1.HeaderClassName
{
color: #36837C;
}
.AnyTagClassName
{
color: #36837C;
}
</style>
background-color css
<style>
a { background-color: #36837C; }
a { background-color: rgb(54,131,124); }
div.DivClassName
{
background-color: #36837C;
}
.BgClassName
{
background-color: #36837C;
}
</style>
border-color css
<style>
span { border-color: #36837C; }
span { border-color: rgb(54,131,124); }
td.TdClassName
{
border-color: #36837C;
}
.TagClassName
{
border-color: #36837C;
}
</style>