Shades of Elm #237472
Tints of Elm #237472
RGB
CMYK
RGB Variations
Color information
#237472 (or 0x237472) is known color: Elm. HEX triplet: 23, 74 and 72. RGB value is (35,116,114). Sum of RGB (Red+Green+Blue) = 35+116+114=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #237472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237472 is #DC8B8D. Grayscale: #5B5B5B. Windows color (decimal): -14453646 or 7500835. OLE color: 7500835.
HSL color Cylindrical-coordinate representation of color #237472: hue angle of 178.52º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #237472 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 116 | 114 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.55 |
| HSL | 178.52º | 0.54% | 0.3% | - |
| HSV(B) | 178.52º | 0.7% | 0.45% | - |
| XYZ | 9.98 | 14.06 | 18.11 | - |
| YUV | 91.55 | 140.66 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 116 | 114 | 0.70 | 0 | 0.02 | 0.55 | 178.52 | 0.54 | 0.3 |
| Hex | 23 | 74 | 72 | 46 | 0 | 2 | 37 | B3 | 36 | 1E |
| Octal | 43 | 164 | 162 | 106 | 0 | 2 | 67 | 263 | 66 | 36 |
| Binary | 100011 | 1110100 | 1110010 | 1000110 | 0 | 10 | 110111 | 10110011 | 110110 | 11110 |
Color Harmonies of #237472
Complementary color
Monochromatic Colors of #237472
Black with #237472
Text Example
Text Example
White with #237472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237472; }
p { color: rgb(35,116,114); }
H1.HeaderClassName
{
color: #237472;
}
.AnyTagClassName
{
color: #237472;
}
</style>
background-color css
<style>
a { background-color: #237472; }
a { background-color: rgb(35,116,114); }
div.DivClassName
{
background-color: #237472;
}
.BgClassName
{
background-color: #237472;
}
</style>
border-color css
<style>
span { border-color: #237472; }
span { border-color: rgb(35,116,114); }
td.TdClassName
{
border-color: #237472;
}
.TagClassName
{
border-color: #237472;
}
</style>