Shades of Salem #237E4A
Tints of Salem #237E4A
RGB
CMYK
RGB Variations
Color information
#237E4A (or 0x237E4A) is known color: Salem. HEX triplet: 23, 7E and 4A. RGB value is (35,126,74). Sum of RGB (Red+Green+Blue) = 35+126+74=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #237E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237E4A is #DC81B5. Grayscale: #5C5C5C. Windows color (decimal): -14451126 or 4881955. OLE color: 4881955.
HSL color Cylindrical-coordinate representation of color #237E4A: hue angle of 145.71º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237E4A is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 126 | 74 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.51 |
| HSL | 145.71º | 0.57% | 0.32% | - |
| HSV(B) | 145.71º | 0.72% | 0.49% | - |
| XYZ | 9.39 | 15.77 | 9.03 | - |
| YUV | 92.86 | 117.35 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 126 | 74 | 0.72 | 0 | 0.41 | 0.51 | 145.71 | 0.57 | 0.32 |
| Hex | 23 | 7E | 4A | 48 | 0 | 29 | 33 | 92 | 39 | 20 |
| Octal | 43 | 176 | 112 | 110 | 0 | 51 | 63 | 222 | 71 | 40 |
| Binary | 100011 | 1111110 | 1001010 | 1001000 | 0 | 101001 | 110011 | 10010010 | 111001 | 100000 |
Color Harmonies of #237E4A
Complementary color
Monochromatic Colors of #237E4A
Black with #237E4A
Text Example
Text Example
White with #237E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237E4A; }
p { color: rgb(35,126,74); }
H1.HeaderClassName
{
color: #237E4A;
}
.AnyTagClassName
{
color: #237E4A;
}
</style>
background-color css
<style>
a { background-color: #237E4A; }
a { background-color: rgb(35,126,74); }
div.DivClassName
{
background-color: #237E4A;
}
.BgClassName
{
background-color: #237E4A;
}
</style>
border-color css
<style>
span { border-color: #237E4A; }
span { border-color: rgb(35,126,74); }
td.TdClassName
{
border-color: #237E4A;
}
.TagClassName
{
border-color: #237E4A;
}
</style>