Shades of Salem #237D4A
Tints of Salem #237D4A
RGB
CMYK
RGB Variations
Color information
#237D4A (or 0x237D4A) is known color: Salem. HEX triplet: 23, 7D and 4A. RGB value is (35,125,74). Sum of RGB (Red+Green+Blue) = 35+125+74=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #237D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237D4A is #DC82B5. Grayscale: #5C5C5C. Windows color (decimal): -14451382 or 4881699. OLE color: 4881699.
HSL color Cylindrical-coordinate representation of color #237D4A: hue angle of 146º 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 #237D4A is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 125 | 74 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.51 |
| HSL | 146º | 0.56% | 0.31% | - |
| HSV(B) | 146º | 0.72% | 0.49% | - |
| XYZ | 9.26 | 15.52 | 8.99 | - |
| YUV | 92.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 74 | 0.72 | 0 | 0.41 | 0.51 | 146 | 0.56 | 0.31 |
| Hex | 23 | 7D | 4A | 48 | 0 | 29 | 33 | 92 | 38 | 1F |
| Octal | 43 | 175 | 112 | 110 | 0 | 51 | 63 | 222 | 70 | 37 |
| Binary | 100011 | 1111101 | 1001010 | 1001000 | 0 | 101001 | 110011 | 10010010 | 111000 | 11111 |
Color Harmonies of #237D4A
Complementary color
Monochromatic Colors of #237D4A
Black with #237D4A
Text Example
Text Example
White with #237D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237D4A; }
p { color: rgb(35,125,74); }
H1.HeaderClassName
{
color: #237D4A;
}
.AnyTagClassName
{
color: #237D4A;
}
</style>
background-color css
<style>
a { background-color: #237D4A; }
a { background-color: rgb(35,125,74); }
div.DivClassName
{
background-color: #237D4A;
}
.BgClassName
{
background-color: #237D4A;
}
</style>
border-color css
<style>
span { border-color: #237D4A; }
span { border-color: rgb(35,125,74); }
td.TdClassName
{
border-color: #237D4A;
}
.TagClassName
{
border-color: #237D4A;
}
</style>