Shades of Elm #23746D
Tints of Elm #23746D
RGB
CMYK
RGB Variations
Color information
#23746D (or 0x23746D) is known color: Elm. HEX triplet: 23, 74 and 6D. RGB value is (35,116,109). Sum of RGB (Red+Green+Blue) = 35+116+109=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #23746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23746D is #DC8B92. Grayscale: #5A5A5A. Windows color (decimal): -14453651 or 7173155. OLE color: 7173155.
HSL color Cylindrical-coordinate representation of color #23746D: hue angle of 174.81º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23746D is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 116 | 109 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.55 |
| HSL | 174.81º | 0.54% | 0.3% | - |
| HSV(B) | 174.81º | 0.7% | 0.45% | - |
| XYZ | 9.7 | 13.95 | 16.65 | - |
| YUV | 90.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 116 | 109 | 0.70 | 0 | 0.06 | 0.55 | 174.81 | 0.54 | 0.3 |
| Hex | 23 | 74 | 6D | 46 | 0 | 6 | 37 | AF | 36 | 1E |
| Octal | 43 | 164 | 155 | 106 | 0 | 6 | 67 | 257 | 66 | 36 |
| Binary | 100011 | 1110100 | 1101101 | 1000110 | 0 | 110 | 110111 | 10101111 | 110110 | 11110 |
Color Harmonies of #23746D
Complementary color
Monochromatic Colors of #23746D
Black with #23746D
Text Example
Text Example
White with #23746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23746D; }
p { color: rgb(35,116,109); }
H1.HeaderClassName
{
color: #23746D;
}
.AnyTagClassName
{
color: #23746D;
}
</style>
background-color css
<style>
a { background-color: #23746D; }
a { background-color: rgb(35,116,109); }
div.DivClassName
{
background-color: #23746D;
}
.BgClassName
{
background-color: #23746D;
}
</style>
border-color css
<style>
span { border-color: #23746D; }
span { border-color: rgb(35,116,109); }
td.TdClassName
{
border-color: #23746D;
}
.TagClassName
{
border-color: #23746D;
}
</style>