Shades of Elm #23756C
Tints of Elm #23756C
RGB
CMYK
RGB Variations
Color information
#23756C (or 0x23756C) is known color: Elm. HEX triplet: 23, 75 and 6C. RGB value is (35,117,108). Sum of RGB (Red+Green+Blue) = 35+117+108=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #23756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23756C is #DC8A93. Grayscale: #5B5B5B. Windows color (decimal): -14453396 or 7107875. OLE color: 7107875.
HSL color Cylindrical-coordinate representation of color #23756C: hue angle of 173.41º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23756C is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 117 | 108 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.54 |
| HSL | 173.41º | 0.54% | 0.3% | - |
| HSV(B) | 173.41º | 0.7% | 0.46% | - |
| XYZ | 9.76 | 14.16 | 16.41 | - |
| YUV | 91.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 117 | 108 | 0.70 | 0 | 0.08 | 0.54 | 173.41 | 0.54 | 0.3 |
| Hex | 23 | 75 | 6C | 46 | 0 | 8 | 36 | AD | 36 | 1E |
| Octal | 43 | 165 | 154 | 106 | 0 | 10 | 66 | 255 | 66 | 36 |
| Binary | 100011 | 1110101 | 1101100 | 1000110 | 0 | 1000 | 110110 | 10101101 | 110110 | 11110 |
Color Harmonies of #23756C
Complementary color
Monochromatic Colors of #23756C
Black with #23756C
Text Example
Text Example
White with #23756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23756C; }
p { color: rgb(35,117,108); }
H1.HeaderClassName
{
color: #23756C;
}
.AnyTagClassName
{
color: #23756C;
}
</style>
background-color css
<style>
a { background-color: #23756C; }
a { background-color: rgb(35,117,108); }
div.DivClassName
{
background-color: #23756C;
}
.BgClassName
{
background-color: #23756C;
}
</style>
border-color css
<style>
span { border-color: #23756C; }
span { border-color: rgb(35,117,108); }
td.TdClassName
{
border-color: #23756C;
}
.TagClassName
{
border-color: #23756C;
}
</style>