Shades of Salem #237C4F
Tints of Salem #237C4F
RGB
CMYK
RGB Variations
Color information
#237C4F (or 0x237C4F) is known color: Salem. HEX triplet: 23, 7C and 4F. RGB value is (35,124,79). Sum of RGB (Red+Green+Blue) = 35+124+79=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 124 (48.83% from 255 or 52.10% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 124 - color contains mainly: green. Hex color #237C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237C4F is #DC83B0. Grayscale: #5C5C5C. Windows color (decimal): -14451633 or 5209123. OLE color: 5209123.
HSL color Cylindrical-coordinate representation of color #237C4F: hue angle of 149.66º 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 #237C4F is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 124 | 79 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.51 |
| HSL | 149.66º | 0.56% | 0.31% | - |
| HSV(B) | 149.66º | 0.72% | 0.49% | - |
| XYZ | 9.31 | 15.34 | 9.87 | - |
| YUV | 92.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 79 | 0.72 | 0 | 0.36 | 0.51 | 149.66 | 0.56 | 0.31 |
| Hex | 23 | 7C | 4F | 48 | 0 | 24 | 33 | 96 | 38 | 1F |
| Octal | 43 | 174 | 117 | 110 | 0 | 44 | 63 | 226 | 70 | 37 |
| Binary | 100011 | 1111100 | 1001111 | 1001000 | 0 | 100100 | 110011 | 10010110 | 111000 | 11111 |
Color Harmonies of #237C4F
Complementary color
Monochromatic Colors of #237C4F
Black with #237C4F
Text Example
Text Example
White with #237C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C4F; }
p { color: rgb(35,124,79); }
H1.HeaderClassName
{
color: #237C4F;
}
.AnyTagClassName
{
color: #237C4F;
}
</style>
background-color css
<style>
a { background-color: #237C4F; }
a { background-color: rgb(35,124,79); }
div.DivClassName
{
background-color: #237C4F;
}
.BgClassName
{
background-color: #237C4F;
}
</style>
border-color css
<style>
span { border-color: #237C4F; }
span { border-color: rgb(35,124,79); }
td.TdClassName
{
border-color: #237C4F;
}
.TagClassName
{
border-color: #237C4F;
}
</style>