Shades of Salem #237A4D
Tints of Salem #237A4D
RGB
CMYK
RGB Variations
Color information
#237A4D (or 0x237A4D) is known color: Salem. HEX triplet: 23, 7A and 4D. RGB value is (35,122,77). Sum of RGB (Red+Green+Blue) = 35+122+77=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #237A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237A4D is #DC85B2. Grayscale: #5A5A5A. Windows color (decimal): -14452147 or 5077539. OLE color: 5077539.
HSL color Cylindrical-coordinate representation of color #237A4D: hue angle of 148.97º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237A4D is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 122 | 77 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.52 |
| HSL | 148.97º | 0.55% | 0.31% | - |
| HSV(B) | 148.97º | 0.71% | 0.48% | - |
| XYZ | 8.99 | 14.81 | 9.41 | - |
| YUV | 90.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 77 | 0.71 | 0 | 0.37 | 0.52 | 148.97 | 0.55 | 0.31 |
| Hex | 23 | 7A | 4D | 47 | 0 | 25 | 34 | 95 | 37 | 1F |
| Octal | 43 | 172 | 115 | 107 | 0 | 45 | 64 | 225 | 67 | 37 |
| Binary | 100011 | 1111010 | 1001101 | 1000111 | 0 | 100101 | 110100 | 10010101 | 110111 | 11111 |
Color Harmonies of #237A4D
Complementary color
Monochromatic Colors of #237A4D
Black with #237A4D
Text Example
Text Example
White with #237A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237A4D; }
p { color: rgb(35,122,77); }
H1.HeaderClassName
{
color: #237A4D;
}
.AnyTagClassName
{
color: #237A4D;
}
</style>
background-color css
<style>
a { background-color: #237A4D; }
a { background-color: rgb(35,122,77); }
div.DivClassName
{
background-color: #237A4D;
}
.BgClassName
{
background-color: #237A4D;
}
</style>
border-color css
<style>
span { border-color: #237A4D; }
span { border-color: rgb(35,122,77); }
td.TdClassName
{
border-color: #237A4D;
}
.TagClassName
{
border-color: #237A4D;
}
</style>