Shades of Elm #237C75
Tints of Elm #237C75
RGB
CMYK
RGB Variations
Color information
#237C75 (or 0x237C75) is known color: Elm. HEX triplet: 23, 7C and 75. RGB value is (35,124,117). Sum of RGB (Red+Green+Blue) = 35+124+117=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #237C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237C75 is #DC838A. Grayscale: #606060. Windows color (decimal): -14451595 or 7699491. OLE color: 7699491.
HSL color Cylindrical-coordinate representation of color #237C75: hue angle of 175.28º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237C75 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 124 | 117 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.51 |
| HSL | 175.28º | 0.56% | 0.31% | - |
| HSV(B) | 175.28º | 0.72% | 0.49% | - |
| XYZ | 11.11 | 16.06 | 19.34 | - |
| YUV | 96.59 | 139.51 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 117 | 0.72 | 0 | 0.06 | 0.51 | 175.28 | 0.56 | 0.31 |
| Hex | 23 | 7C | 75 | 48 | 0 | 6 | 33 | AF | 38 | 1F |
| Octal | 43 | 174 | 165 | 110 | 0 | 6 | 63 | 257 | 70 | 37 |
| Binary | 100011 | 1111100 | 1110101 | 1001000 | 0 | 110 | 110011 | 10101111 | 111000 | 11111 |
Color Harmonies of #237C75
Complementary color
Monochromatic Colors of #237C75
Black with #237C75
Text Example
Text Example
White with #237C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C75; }
p { color: rgb(35,124,117); }
H1.HeaderClassName
{
color: #237C75;
}
.AnyTagClassName
{
color: #237C75;
}
</style>
background-color css
<style>
a { background-color: #237C75; }
a { background-color: rgb(35,124,117); }
div.DivClassName
{
background-color: #237C75;
}
.BgClassName
{
background-color: #237C75;
}
</style>
border-color css
<style>
span { border-color: #237C75; }
span { border-color: rgb(35,124,117); }
td.TdClassName
{
border-color: #237C75;
}
.TagClassName
{
border-color: #237C75;
}
</style>