Shades of Salem #23795A
Tints of Salem #23795A
RGB
CMYK
RGB Variations
Color information
#23795A (or 0x23795A) is known color: Salem. HEX triplet: 23, 79 and 5A. RGB value is (35,121,90). Sum of RGB (Red+Green+Blue) = 35+121+90=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #23795A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23795A is #DC86A5. Grayscale: #5B5B5B. Windows color (decimal): -14452390 or 5929251. OLE color: 5929251.
HSL color Cylindrical-coordinate representation of color #23795A: hue angle of 158.37º 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 #23795A is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 121 | 90 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.53 |
| HSL | 158.37º | 0.55% | 0.31% | - |
| HSV(B) | 158.37º | 0.71% | 0.47% | - |
| XYZ | 9.38 | 14.77 | 12.03 | - |
| YUV | 91.75 | 127.01 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 121 | 90 | 0.71 | 0 | 0.26 | 0.53 | 158.37 | 0.55 | 0.31 |
| Hex | 23 | 79 | 5A | 47 | 0 | 1A | 35 | 9E | 37 | 1F |
| Octal | 43 | 171 | 132 | 107 | 0 | 32 | 65 | 236 | 67 | 37 |
| Binary | 100011 | 1111001 | 1011010 | 1000111 | 0 | 11010 | 110101 | 10011110 | 110111 | 11111 |
Color Harmonies of #23795A
Complementary color
Monochromatic Colors of #23795A
Black with #23795A
Text Example
Text Example
White with #23795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23795A; }
p { color: rgb(35,121,90); }
H1.HeaderClassName
{
color: #23795A;
}
.AnyTagClassName
{
color: #23795A;
}
</style>
background-color css
<style>
a { background-color: #23795A; }
a { background-color: rgb(35,121,90); }
div.DivClassName
{
background-color: #23795A;
}
.BgClassName
{
background-color: #23795A;
}
</style>
border-color css
<style>
span { border-color: #23795A; }
span { border-color: rgb(35,121,90); }
td.TdClassName
{
border-color: #23795A;
}
.TagClassName
{
border-color: #23795A;
}
</style>