Shades of Elm #23887C
Tints of Elm #23887C
RGB
CMYK
RGB Variations
Color information
#23887C (or 0x23887C) is known color: Elm. HEX triplet: 23, 88 and 7C. RGB value is (35,136,124). Sum of RGB (Red+Green+Blue) = 35+136+124=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #23887C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23887C is #DC7783. Grayscale: #686868. Windows color (decimal): -14448516 or 8161315. OLE color: 8161315.
HSL color Cylindrical-coordinate representation of color #23887C: hue angle of 172.87º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23887C is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 136 | 124 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.47 |
| HSL | 172.87º | 0.59% | 0.34% | - |
| HSV(B) | 172.87º | 0.74% | 0.53% | - |
| XYZ | 13.14 | 19.42 | 22.13 | - |
| YUV | 104.43 | 139.04 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 124 | 0.74 | 0 | 0.09 | 0.47 | 172.87 | 0.59 | 0.34 |
| Hex | 23 | 88 | 7C | 4A | 0 | 9 | 2F | AD | 3B | 22 |
| Octal | 43 | 210 | 174 | 112 | 0 | 11 | 57 | 255 | 73 | 42 |
| Binary | 100011 | 10001000 | 1111100 | 1001010 | 0 | 1001 | 101111 | 10101101 | 111011 | 100010 |
Color Harmonies of #23887C
Complementary color
Monochromatic Colors of #23887C
Black with #23887C
Text Example
Text Example
White with #23887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23887C; }
p { color: rgb(35,136,124); }
H1.HeaderClassName
{
color: #23887C;
}
.AnyTagClassName
{
color: #23887C;
}
</style>
background-color css
<style>
a { background-color: #23887C; }
a { background-color: rgb(35,136,124); }
div.DivClassName
{
background-color: #23887C;
}
.BgClassName
{
background-color: #23887C;
}
</style>
border-color css
<style>
span { border-color: #23887C; }
span { border-color: rgb(35,136,124); }
td.TdClassName
{
border-color: #23887C;
}
.TagClassName
{
border-color: #23887C;
}
</style>