Shades of Elm #23796F
Tints of Elm #23796F
RGB
CMYK
RGB Variations
Color information
#23796F (or 0x23796F) is known color: Elm. HEX triplet: 23, 79 and 6F. RGB value is (35,121,111). Sum of RGB (Red+Green+Blue) = 35+121+111=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #23796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23796F is #DC8690. Grayscale: #5E5E5E. Windows color (decimal): -14452369 or 7305507. OLE color: 7305507.
HSL color Cylindrical-coordinate representation of color #23796F: hue angle of 173.02º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23796F is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 121 | 111 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.53 |
| HSL | 173.02º | 0.55% | 0.31% | - |
| HSV(B) | 173.02º | 0.71% | 0.47% | - |
| XYZ | 10.4 | 15.18 | 17.42 | - |
| YUV | 94.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 121 | 111 | 0.71 | 0 | 0.08 | 0.53 | 173.02 | 0.55 | 0.31 |
| Hex | 23 | 79 | 6F | 47 | 0 | 8 | 35 | AD | 37 | 1F |
| Octal | 43 | 171 | 157 | 107 | 0 | 10 | 65 | 255 | 67 | 37 |
| Binary | 100011 | 1111001 | 1101111 | 1000111 | 0 | 1000 | 110101 | 10101101 | 110111 | 11111 |
Color Harmonies of #23796F
Complementary color
Monochromatic Colors of #23796F
Black with #23796F
Text Example
Text Example
White with #23796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23796F; }
p { color: rgb(35,121,111); }
H1.HeaderClassName
{
color: #23796F;
}
.AnyTagClassName
{
color: #23796F;
}
</style>
background-color css
<style>
a { background-color: #23796F; }
a { background-color: rgb(35,121,111); }
div.DivClassName
{
background-color: #23796F;
}
.BgClassName
{
background-color: #23796F;
}
</style>
border-color css
<style>
span { border-color: #23796F; }
span { border-color: rgb(35,121,111); }
td.TdClassName
{
border-color: #23796F;
}
.TagClassName
{
border-color: #23796F;
}
</style>