Shades of Elm #23736C
Tints of Elm #23736C
RGB
CMYK
RGB Variations
Color information
#23736C (or 0x23736C) is known color: Elm. HEX triplet: 23, 73 and 6C. RGB value is (35,115,108). Sum of RGB (Red+Green+Blue) = 35+115+108=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #23736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23736C is #DC8C93. Grayscale: #5A5A5A. Windows color (decimal): -14453908 or 7107363. OLE color: 7107363.
HSL color Cylindrical-coordinate representation of color #23736C: hue angle of 174.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23736C is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 115 | 108 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.55 |
| HSL | 174.75º | 0.53% | 0.29% | - |
| HSV(B) | 174.75º | 0.7% | 0.45% | - |
| XYZ | 9.53 | 13.7 | 16.33 | - |
| YUV | 90.28 | 138 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 115 | 108 | 0.70 | 0 | 0.06 | 0.55 | 174.75 | 0.53 | 0.29 |
| Hex | 23 | 73 | 6C | 46 | 0 | 6 | 37 | AF | 35 | 1D |
| Octal | 43 | 163 | 154 | 106 | 0 | 6 | 67 | 257 | 65 | 35 |
| Binary | 100011 | 1110011 | 1101100 | 1000110 | 0 | 110 | 110111 | 10101111 | 110101 | 11101 |
Color Harmonies of #23736C
Complementary color
Monochromatic Colors of #23736C
Black with #23736C
Text Example
Text Example
White with #23736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23736C; }
p { color: rgb(35,115,108); }
H1.HeaderClassName
{
color: #23736C;
}
.AnyTagClassName
{
color: #23736C;
}
</style>
background-color css
<style>
a { background-color: #23736C; }
a { background-color: rgb(35,115,108); }
div.DivClassName
{
background-color: #23736C;
}
.BgClassName
{
background-color: #23736C;
}
</style>
border-color css
<style>
span { border-color: #23736C; }
span { border-color: rgb(35,115,108); }
td.TdClassName
{
border-color: #23736C;
}
.TagClassName
{
border-color: #23736C;
}
</style>