Shades of Elm #23877C
Tints of Elm #23877C
RGB
CMYK
RGB Variations
Color information
#23877C (or 0x23877C) is known color: Elm. HEX triplet: 23, 87 and 7C. RGB value is (35,135,124). Sum of RGB (Red+Green+Blue) = 35+135+124=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #23877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23877C is #DC7883. Grayscale: #676767. Windows color (decimal): -14448772 or 8161059. OLE color: 8161059.
HSL color Cylindrical-coordinate representation of color #23877C: hue angle of 173.4º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23877C is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 135 | 124 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.47 |
| HSL | 173.4º | 0.59% | 0.33% | - |
| HSV(B) | 173.4º | 0.74% | 0.53% | - |
| XYZ | 13 | 19.14 | 22.08 | - |
| YUV | 103.85 | 139.37 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 135 | 124 | 0.74 | 0 | 0.08 | 0.47 | 173.4 | 0.59 | 0.33 |
| Hex | 23 | 87 | 7C | 4A | 0 | 8 | 2F | AD | 3B | 21 |
| Octal | 43 | 207 | 174 | 112 | 0 | 10 | 57 | 255 | 73 | 41 |
| Binary | 100011 | 10000111 | 1111100 | 1001010 | 0 | 1000 | 101111 | 10101101 | 111011 | 100001 |
Color Harmonies of #23877C
Complementary color
Monochromatic Colors of #23877C
Black with #23877C
Text Example
Text Example
White with #23877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23877C; }
p { color: rgb(35,135,124); }
H1.HeaderClassName
{
color: #23877C;
}
.AnyTagClassName
{
color: #23877C;
}
</style>
background-color css
<style>
a { background-color: #23877C; }
a { background-color: rgb(35,135,124); }
div.DivClassName
{
background-color: #23877C;
}
.BgClassName
{
background-color: #23877C;
}
</style>
border-color css
<style>
span { border-color: #23877C; }
span { border-color: rgb(35,135,124); }
td.TdClassName
{
border-color: #23877C;
}
.TagClassName
{
border-color: #23877C;
}
</style>