Shades of Elm #23756B
Tints of Elm #23756B
RGB
CMYK
RGB Variations
Color information
#23756B (or 0x23756B) is known color: Elm. HEX triplet: 23, 75 and 6B. RGB value is (35,117,107). Sum of RGB (Red+Green+Blue) = 35+117+107=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #23756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23756B is #DC8A94. Grayscale: #5B5B5B. Windows color (decimal): -14453397 or 7042339. OLE color: 7042339.
HSL color Cylindrical-coordinate representation of color #23756B: hue angle of 172.68º 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 #23756B is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 117 | 107 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.54 |
| HSL | 172.68º | 0.54% | 0.3% | - |
| HSV(B) | 172.68º | 0.7% | 0.46% | - |
| XYZ | 9.71 | 14.14 | 16.13 | - |
| YUV | 91.34 | 136.83 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 117 | 107 | 0.70 | 0 | 0.09 | 0.54 | 172.68 | 0.54 | 0.3 |
| Hex | 23 | 75 | 6B | 46 | 0 | 9 | 36 | AD | 36 | 1E |
| Octal | 43 | 165 | 153 | 106 | 0 | 11 | 66 | 255 | 66 | 36 |
| Binary | 100011 | 1110101 | 1101011 | 1000110 | 0 | 1001 | 110110 | 10101101 | 110110 | 11110 |
Color Harmonies of #23756B
Complementary color
Monochromatic Colors of #23756B
Black with #23756B
Text Example
Text Example
White with #23756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23756B; }
p { color: rgb(35,117,107); }
H1.HeaderClassName
{
color: #23756B;
}
.AnyTagClassName
{
color: #23756B;
}
</style>
background-color css
<style>
a { background-color: #23756B; }
a { background-color: rgb(35,117,107); }
div.DivClassName
{
background-color: #23756B;
}
.BgClassName
{
background-color: #23756B;
}
</style>
border-color css
<style>
span { border-color: #23756B; }
span { border-color: rgb(35,117,107); }
td.TdClassName
{
border-color: #23756B;
}
.TagClassName
{
border-color: #23756B;
}
</style>