Shades of Elm #36867A
Tints of Elm #36867A
RGB
CMYK
RGB Variations
Color information
#36867A (or 0x36867A) is known color: Elm. HEX triplet: 36, 86 and 7A. RGB value is (54,134,122). Sum of RGB (Red+Green+Blue) = 54+134+122=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #36867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36867A is #C97985. Grayscale: #6C6C6C. Windows color (decimal): -13203846 or 8029750. OLE color: 8029750.
HSL color Cylindrical-coordinate representation of color #36867A: hue angle of 171º 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 #36867A is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 134 | 122 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.47 |
| HSL | 171º | 0.43% | 0.37% | - |
| HSV(B) | 171º | 0.6% | 0.53% | - |
| XYZ | 13.56 | 19.24 | 21.41 | - |
| YUV | 108.71 | 135.5 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 122 | 0.60 | 0 | 0.09 | 0.47 | 171 | 0.43 | 0.37 |
| Hex | 36 | 86 | 7A | 3C | 0 | 9 | 2F | AB | 2B | 25 |
| Octal | 66 | 206 | 172 | 74 | 0 | 11 | 57 | 253 | 53 | 45 |
| Binary | 110110 | 10000110 | 1111010 | 111100 | 0 | 1001 | 101111 | 10101011 | 101011 | 100101 |
Color Harmonies of #36867A
Complementary color
Monochromatic Colors of #36867A
Black with #36867A
Text Example
Text Example
White with #36867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36867A; }
p { color: rgb(54,134,122); }
H1.HeaderClassName
{
color: #36867A;
}
.AnyTagClassName
{
color: #36867A;
}
</style>
background-color css
<style>
a { background-color: #36867A; }
a { background-color: rgb(54,134,122); }
div.DivClassName
{
background-color: #36867A;
}
.BgClassName
{
background-color: #36867A;
}
</style>
border-color css
<style>
span { border-color: #36867A; }
span { border-color: rgb(54,134,122); }
td.TdClassName
{
border-color: #36867A;
}
.TagClassName
{
border-color: #36867A;
}
</style>