Shades of Elm #1D736C
Tints of Elm #1D736C
RGB
CMYK
RGB Variations
Color information
#1D736C (or 0x1D736C) is known color: Elm. HEX triplet: 1D, 73 and 6C. RGB value is (29,115,108). Sum of RGB (Red+Green+Blue) = 29+115+108=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #1D736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D736C is #E28C93. Grayscale: #585858. Windows color (decimal): -14847124 or 7107357. OLE color: 7107357.
HSL color Cylindrical-coordinate representation of color #1D736C: hue angle of 175.12º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D736C is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 115 | 108 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.55 |
| HSL | 175.12º | 0.6% | 0.28% | - |
| HSV(B) | 175.12º | 0.75% | 0.45% | - |
| XYZ | 9.34 | 13.61 | 16.32 | - |
| YUV | 88.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 108 | 0.75 | 0 | 0.06 | 0.55 | 175.12 | 0.6 | 0.28 |
| Hex | 1D | 73 | 6C | 4B | 0 | 6 | 37 | AF | 3C | 1C |
| Octal | 35 | 163 | 154 | 113 | 0 | 6 | 67 | 257 | 74 | 34 |
| Binary | 11101 | 1110011 | 1101100 | 1001011 | 0 | 110 | 110111 | 10101111 | 111100 | 11100 |
Color Harmonies of #1D736C
Complementary color
Monochromatic Colors of #1D736C
Black with #1D736C
Text Example
Text Example
White with #1D736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D736C; }
p { color: rgb(29,115,108); }
H1.HeaderClassName
{
color: #1D736C;
}
.AnyTagClassName
{
color: #1D736C;
}
</style>
background-color css
<style>
a { background-color: #1D736C; }
a { background-color: rgb(29,115,108); }
div.DivClassName
{
background-color: #1D736C;
}
.BgClassName
{
background-color: #1D736C;
}
</style>
border-color css
<style>
span { border-color: #1D736C; }
span { border-color: rgb(29,115,108); }
td.TdClassName
{
border-color: #1D736C;
}
.TagClassName
{
border-color: #1D736C;
}
</style>