Shades of Salem #237B4D
Tints of Salem #237B4D
RGB
CMYK
RGB Variations
Color information
#237B4D (or 0x237B4D) is known color: Salem. HEX triplet: 23, 7B and 4D. RGB value is (35,123,77). Sum of RGB (Red+Green+Blue) = 35+123+77=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #237B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237B4D is #DC84B2. Grayscale: #5B5B5B. Windows color (decimal): -14451891 or 5077795. OLE color: 5077795.
HSL color Cylindrical-coordinate representation of color #237B4D: hue angle of 148.64º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237B4D is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 123 | 77 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.52 |
| HSL | 148.64º | 0.56% | 0.31% | - |
| HSV(B) | 148.64º | 0.72% | 0.48% | - |
| XYZ | 9.12 | 15.06 | 9.45 | - |
| YUV | 91.44 | 119.85 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 77 | 0.72 | 0 | 0.37 | 0.52 | 148.64 | 0.56 | 0.31 |
| Hex | 23 | 7B | 4D | 48 | 0 | 25 | 34 | 95 | 38 | 1F |
| Octal | 43 | 173 | 115 | 110 | 0 | 45 | 64 | 225 | 70 | 37 |
| Binary | 100011 | 1111011 | 1001101 | 1001000 | 0 | 100101 | 110100 | 10010101 | 111000 | 11111 |
Color Harmonies of #237B4D
Complementary color
Monochromatic Colors of #237B4D
Black with #237B4D
Text Example
Text Example
White with #237B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237B4D; }
p { color: rgb(35,123,77); }
H1.HeaderClassName
{
color: #237B4D;
}
.AnyTagClassName
{
color: #237B4D;
}
</style>
background-color css
<style>
a { background-color: #237B4D; }
a { background-color: rgb(35,123,77); }
div.DivClassName
{
background-color: #237B4D;
}
.BgClassName
{
background-color: #237B4D;
}
</style>
border-color css
<style>
span { border-color: #237B4D; }
span { border-color: rgb(35,123,77); }
td.TdClassName
{
border-color: #237B4D;
}
.TagClassName
{
border-color: #237B4D;
}
</style>