Shades of Elm #237170
Tints of Elm #237170
RGB
CMYK
RGB Variations
Color information
#237170 (or 0x237170) is known color: Elm. HEX triplet: 23, 71 and 70. RGB value is (35,113,112). Sum of RGB (Red+Green+Blue) = 35+113+112=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #237170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237170 is #DC8E8F. Grayscale: #595959. Windows color (decimal): -14454416 or 7368995. OLE color: 7368995.
HSL color Cylindrical-coordinate representation of color #237170: hue angle of 179.23º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237170 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 113 | 112 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.56 |
| HSL | 179.23º | 0.53% | 0.29% | - |
| HSV(B) | 179.23º | 0.69% | 0.44% | - |
| XYZ | 9.52 | 13.34 | 17.4 | - |
| YUV | 89.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 113 | 112 | 0.69 | 0 | 0.01 | 0.56 | 179.23 | 0.53 | 0.29 |
| Hex | 23 | 71 | 70 | 45 | 0 | 1 | 38 | B3 | 35 | 1D |
| Octal | 43 | 161 | 160 | 105 | 0 | 1 | 70 | 263 | 65 | 35 |
| Binary | 100011 | 1110001 | 1110000 | 1000101 | 0 | 1 | 111000 | 10110011 | 110101 | 11101 |
Color Harmonies of #237170
Complementary color
Monochromatic Colors of #237170
Black with #237170
Text Example
Text Example
White with #237170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237170; }
p { color: rgb(35,113,112); }
H1.HeaderClassName
{
color: #237170;
}
.AnyTagClassName
{
color: #237170;
}
</style>
background-color css
<style>
a { background-color: #237170; }
a { background-color: rgb(35,113,112); }
div.DivClassName
{
background-color: #237170;
}
.BgClassName
{
background-color: #237170;
}
</style>
border-color css
<style>
span { border-color: #237170; }
span { border-color: rgb(35,113,112); }
td.TdClassName
{
border-color: #237170;
}
.TagClassName
{
border-color: #237170;
}
</style>