Shades of Salem #237949
Tints of Salem #237949
RGB
CMYK
RGB Variations
Color information
#237949 (or 0x237949) is known color: Salem. HEX triplet: 23, 79 and 49. RGB value is (35,121,73). Sum of RGB (Red+Green+Blue) = 35+121+73=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #237949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237949 is #DC86B6. Grayscale: #595959. Windows color (decimal): -14452407 or 4815139. OLE color: 4815139.
HSL color Cylindrical-coordinate representation of color #237949: hue angle of 146.51º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237949 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 121 | 73 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.53 |
| HSL | 146.51º | 0.55% | 0.31% | - |
| HSV(B) | 146.51º | 0.71% | 0.47% | - |
| XYZ | 8.73 | 14.51 | 8.64 | - |
| YUV | 89.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 121 | 73 | 0.71 | 0 | 0.40 | 0.53 | 146.51 | 0.55 | 0.31 |
| Hex | 23 | 79 | 49 | 47 | 0 | 28 | 35 | 93 | 37 | 1F |
| Octal | 43 | 171 | 111 | 107 | 0 | 50 | 65 | 223 | 67 | 37 |
| Binary | 100011 | 1111001 | 1001001 | 1000111 | 0 | 101000 | 110101 | 10010011 | 110111 | 11111 |
Color Harmonies of #237949
Complementary color
Monochromatic Colors of #237949
Black with #237949
Text Example
Text Example
White with #237949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237949; }
p { color: rgb(35,121,73); }
H1.HeaderClassName
{
color: #237949;
}
.AnyTagClassName
{
color: #237949;
}
</style>
background-color css
<style>
a { background-color: #237949; }
a { background-color: rgb(35,121,73); }
div.DivClassName
{
background-color: #237949;
}
.BgClassName
{
background-color: #237949;
}
</style>
border-color css
<style>
span { border-color: #237949; }
span { border-color: rgb(35,121,73); }
td.TdClassName
{
border-color: #237949;
}
.TagClassName
{
border-color: #237949;
}
</style>