Shades of Elm #36857B
Tints of Elm #36857B
RGB
CMYK
RGB Variations
Color information
#36857B (or 0x36857B) is known color: Elm. HEX triplet: 36, 85 and 7B. RGB value is (54,133,123). Sum of RGB (Red+Green+Blue) = 54+133+123=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #36857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36857B is #C97A84. Grayscale: #6C6C6C. Windows color (decimal): -13204101 or 8095030. OLE color: 8095030.
HSL color Cylindrical-coordinate representation of color #36857B: hue angle of 172.41º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36857B is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 133 | 123 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.48 |
| HSL | 172.41º | 0.42% | 0.37% | - |
| HSV(B) | 172.41º | 0.59% | 0.52% | - |
| XYZ | 13.48 | 18.99 | 21.69 | - |
| YUV | 108.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 123 | 0.59 | 0 | 0.08 | 0.48 | 172.41 | 0.42 | 0.37 |
| Hex | 36 | 85 | 7B | 3B | 0 | 8 | 30 | AC | 2A | 25 |
| Octal | 66 | 205 | 173 | 73 | 0 | 10 | 60 | 254 | 52 | 45 |
| Binary | 110110 | 10000101 | 1111011 | 111011 | 0 | 1000 | 110000 | 10101100 | 101010 | 100101 |
Color Harmonies of #36857B
Complementary color
Monochromatic Colors of #36857B
Black with #36857B
Text Example
Text Example
White with #36857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36857B; }
p { color: rgb(54,133,123); }
H1.HeaderClassName
{
color: #36857B;
}
.AnyTagClassName
{
color: #36857B;
}
</style>
background-color css
<style>
a { background-color: #36857B; }
a { background-color: rgb(54,133,123); }
div.DivClassName
{
background-color: #36857B;
}
.BgClassName
{
background-color: #36857B;
}
</style>
border-color css
<style>
span { border-color: #36857B; }
span { border-color: rgb(54,133,123); }
td.TdClassName
{
border-color: #36857B;
}
.TagClassName
{
border-color: #36857B;
}
</style>