Shades of Elm #36837D
Tints of Elm #36837D
RGB
CMYK
RGB Variations
Color information
#36837D (or 0x36837D) is known color: Elm. HEX triplet: 36, 83 and 7D. RGB value is (54,131,125). Sum of RGB (Red+Green+Blue) = 54+131+125=310 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.42% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #36837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36837D is #C97C82. Grayscale: #6B6B6B. Windows color (decimal): -13204611 or 8225590. OLE color: 8225590.
HSL color Cylindrical-coordinate representation of color #36837D: hue angle of 175.32º 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 #36837D is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 131 | 125 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.49 |
| HSL | 175.32º | 0.42% | 0.36% | - |
| HSV(B) | 175.32º | 0.59% | 0.51% | - |
| XYZ | 13.34 | 18.5 | 22.27 | - |
| YUV | 107.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 131 | 125 | 0.59 | 0 | 0.05 | 0.49 | 175.32 | 0.42 | 0.36 |
| Hex | 36 | 83 | 7D | 3B | 0 | 5 | 31 | AF | 2A | 24 |
| Octal | 66 | 203 | 175 | 73 | 0 | 5 | 61 | 257 | 52 | 44 |
| Binary | 110110 | 10000011 | 1111101 | 111011 | 0 | 101 | 110001 | 10101111 | 101010 | 100100 |
Color Harmonies of #36837D
Complementary color
Monochromatic Colors of #36837D
Black with #36837D
Text Example
Text Example
White with #36837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36837D; }
p { color: rgb(54,131,125); }
H1.HeaderClassName
{
color: #36837D;
}
.AnyTagClassName
{
color: #36837D;
}
</style>
background-color css
<style>
a { background-color: #36837D; }
a { background-color: rgb(54,131,125); }
div.DivClassName
{
background-color: #36837D;
}
.BgClassName
{
background-color: #36837D;
}
</style>
border-color css
<style>
span { border-color: #36837D; }
span { border-color: rgb(54,131,125); }
td.TdClassName
{
border-color: #36837D;
}
.TagClassName
{
border-color: #36837D;
}
</style>