Shades of Elm #237D74
Tints of Elm #237D74
RGB
CMYK
RGB Variations
Color information
#237D74 (or 0x237D74) is known color: Elm. HEX triplet: 23, 7D and 74. RGB value is (35,125,116). Sum of RGB (Red+Green+Blue) = 35+125+116=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 125 - color contains mainly: green. Hex color #237D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237D74 is #DC828B. Grayscale: #616161. Windows color (decimal): -14451340 or 7634211. OLE color: 7634211.
HSL color Cylindrical-coordinate representation of color #237D74: hue angle of 174º 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 #237D74 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 125 | 116 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.51 |
| HSL | 174º | 0.56% | 0.31% | - |
| HSV(B) | 174º | 0.72% | 0.49% | - |
| XYZ | 11.18 | 16.29 | 19.08 | - |
| YUV | 97.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 116 | 0.72 | 0 | 0.07 | 0.51 | 174 | 0.56 | 0.31 |
| Hex | 23 | 7D | 74 | 48 | 0 | 7 | 33 | AE | 38 | 1F |
| Octal | 43 | 175 | 164 | 110 | 0 | 7 | 63 | 256 | 70 | 37 |
| Binary | 100011 | 1111101 | 1110100 | 1001000 | 0 | 111 | 110011 | 10101110 | 111000 | 11111 |
Color Harmonies of #237D74
Complementary color
Monochromatic Colors of #237D74
Black with #237D74
Text Example
Text Example
White with #237D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237D74; }
p { color: rgb(35,125,116); }
H1.HeaderClassName
{
color: #237D74;
}
.AnyTagClassName
{
color: #237D74;
}
</style>
background-color css
<style>
a { background-color: #237D74; }
a { background-color: rgb(35,125,116); }
div.DivClassName
{
background-color: #237D74;
}
.BgClassName
{
background-color: #237D74;
}
</style>
border-color css
<style>
span { border-color: #237D74; }
span { border-color: rgb(35,125,116); }
td.TdClassName
{
border-color: #237D74;
}
.TagClassName
{
border-color: #237D74;
}
</style>