Shades of Elm #237172
Tints of Elm #237172
RGB
CMYK
RGB Variations
Color information
#237172 (or 0x237172) is known color: Elm. HEX triplet: 23, 71 and 72. RGB value is (35,113,114). Sum of RGB (Red+Green+Blue) = 35+113+114=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #237172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237172 is #DC8E8D. Grayscale: #595959. Windows color (decimal): -14454414 or 7500067. OLE color: 7500067.
HSL color Cylindrical-coordinate representation of color #237172: hue angle of 180.76º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237172 is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 113 | 114 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.55 |
| HSL | 180.76º | 0.53% | 0.29% | - |
| HSV(B) | 180.76º | 0.69% | 0.45% | - |
| XYZ | 9.64 | 13.38 | 17.99 | - |
| YUV | 89.79 | 141.66 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 113 | 114 | 0.69 | 0.01 | 0 | 0.55 | 180.76 | 0.53 | 0.29 |
| Hex | 23 | 71 | 72 | 45 | 1 | 0 | 37 | B5 | 35 | 1D |
| Octal | 43 | 161 | 162 | 105 | 1 | 0 | 67 | 265 | 65 | 35 |
| Binary | 100011 | 1110001 | 1110010 | 1000101 | 1 | 0 | 110111 | 10110101 | 110101 | 11101 |
Color Harmonies of #237172
Complementary color
Monochromatic Colors of #237172
Black with #237172
Text Example
Text Example
White with #237172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237172; }
p { color: rgb(35,113,114); }
H1.HeaderClassName
{
color: #237172;
}
.AnyTagClassName
{
color: #237172;
}
</style>
background-color css
<style>
a { background-color: #237172; }
a { background-color: rgb(35,113,114); }
div.DivClassName
{
background-color: #237172;
}
.BgClassName
{
background-color: #237172;
}
</style>
border-color css
<style>
span { border-color: #237172; }
span { border-color: rgb(35,113,114); }
td.TdClassName
{
border-color: #237172;
}
.TagClassName
{
border-color: #237172;
}
</style>