Shades of Elm #23786C
Tints of Elm #23786C
RGB
CMYK
RGB Variations
Color information
#23786C (or 0x23786C) is known color: Elm. HEX triplet: 23, 78 and 6C. RGB value is (35,120,108). Sum of RGB (Red+Green+Blue) = 35+120+108=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 120 - color contains mainly: green. Hex color #23786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23786C is #DC8793. Grayscale: #5D5D5D. Windows color (decimal): -14452628 or 7108643. OLE color: 7108643.
HSL color Cylindrical-coordinate representation of color #23786C: hue angle of 171.53º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23786C is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 120 | 108 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.53 |
| HSL | 171.53º | 0.55% | 0.3% | - |
| HSV(B) | 171.53º | 0.71% | 0.47% | - |
| XYZ | 10.12 | 14.87 | 16.52 | - |
| YUV | 93.22 | 136.34 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 120 | 108 | 0.71 | 0 | 0.10 | 0.53 | 171.53 | 0.55 | 0.3 |
| Hex | 23 | 78 | 6C | 47 | 0 | A | 35 | AC | 37 | 1E |
| Octal | 43 | 170 | 154 | 107 | 0 | 12 | 65 | 254 | 67 | 36 |
| Binary | 100011 | 1111000 | 1101100 | 1000111 | 0 | 1010 | 110101 | 10101100 | 110111 | 11110 |
Color Harmonies of #23786C
Complementary color
Monochromatic Colors of #23786C
Black with #23786C
Text Example
Text Example
White with #23786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23786C; }
p { color: rgb(35,120,108); }
H1.HeaderClassName
{
color: #23786C;
}
.AnyTagClassName
{
color: #23786C;
}
</style>
background-color css
<style>
a { background-color: #23786C; }
a { background-color: rgb(35,120,108); }
div.DivClassName
{
background-color: #23786C;
}
.BgClassName
{
background-color: #23786C;
}
</style>
border-color css
<style>
span { border-color: #23786C; }
span { border-color: rgb(35,120,108); }
td.TdClassName
{
border-color: #23786C;
}
.TagClassName
{
border-color: #23786C;
}
</style>