Shades of Salem #237853
Tints of Salem #237853
RGB
CMYK
RGB Variations
Color information
#237853 (or 0x237853) is known color: Salem. HEX triplet: 23, 78 and 53. RGB value is (35,120,83). Sum of RGB (Red+Green+Blue) = 35+120+83=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #237853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237853 is #DC87AC. Grayscale: #5A5A5A. Windows color (decimal): -14452653 or 5470243. OLE color: 5470243.
HSL color Cylindrical-coordinate representation of color #237853: hue angle of 153.88º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237853 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 120 | 83 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.53 |
| HSL | 153.88º | 0.55% | 0.3% | - |
| HSV(B) | 153.88º | 0.71% | 0.47% | - |
| XYZ | 8.97 | 14.41 | 10.49 | - |
| YUV | 90.37 | 123.84 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 120 | 83 | 0.71 | 0 | 0.31 | 0.53 | 153.88 | 0.55 | 0.3 |
| Hex | 23 | 78 | 53 | 47 | 0 | 1F | 35 | 9A | 37 | 1E |
| Octal | 43 | 170 | 123 | 107 | 0 | 37 | 65 | 232 | 67 | 36 |
| Binary | 100011 | 1111000 | 1010011 | 1000111 | 0 | 11111 | 110101 | 10011010 | 110111 | 11110 |
Color Harmonies of #237853
Complementary color
Monochromatic Colors of #237853
Black with #237853
Text Example
Text Example
White with #237853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237853; }
p { color: rgb(35,120,83); }
H1.HeaderClassName
{
color: #237853;
}
.AnyTagClassName
{
color: #237853;
}
</style>
background-color css
<style>
a { background-color: #237853; }
a { background-color: rgb(35,120,83); }
div.DivClassName
{
background-color: #237853;
}
.BgClassName
{
background-color: #237853;
}
</style>
border-color css
<style>
span { border-color: #237853; }
span { border-color: rgb(35,120,83); }
td.TdClassName
{
border-color: #237853;
}
.TagClassName
{
border-color: #237853;
}
</style>