Shades of Salem #23754F
Tints of Salem #23754F
RGB
CMYK
RGB Variations
Color information
#23754F (or 0x23754F) is known color: Salem. HEX triplet: 23, 75 and 4F. RGB value is (35,117,79). Sum of RGB (Red+Green+Blue) = 35+117+79=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #23754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23754F is #DC8AB0. Grayscale: #585858. Windows color (decimal): -14453425 or 5207331. OLE color: 5207331.
HSL color Cylindrical-coordinate representation of color #23754F: hue angle of 152.2º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23754F is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 117 | 79 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.54 |
| HSL | 152.2º | 0.54% | 0.3% | - |
| HSV(B) | 152.2º | 0.7% | 0.46% | - |
| XYZ | 8.47 | 13.64 | 9.58 | - |
| YUV | 88.15 | 122.83 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 117 | 79 | 0.70 | 0 | 0.32 | 0.54 | 152.2 | 0.54 | 0.3 |
| Hex | 23 | 75 | 4F | 46 | 0 | 20 | 36 | 98 | 36 | 1E |
| Octal | 43 | 165 | 117 | 106 | 0 | 40 | 66 | 230 | 66 | 36 |
| Binary | 100011 | 1110101 | 1001111 | 1000110 | 0 | 100000 | 110110 | 10011000 | 110110 | 11110 |
Color Harmonies of #23754F
Complementary color
Monochromatic Colors of #23754F
Black with #23754F
Text Example
Text Example
White with #23754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23754F; }
p { color: rgb(35,117,79); }
H1.HeaderClassName
{
color: #23754F;
}
.AnyTagClassName
{
color: #23754F;
}
</style>
background-color css
<style>
a { background-color: #23754F; }
a { background-color: rgb(35,117,79); }
div.DivClassName
{
background-color: #23754F;
}
.BgClassName
{
background-color: #23754F;
}
</style>
border-color css
<style>
span { border-color: #23754F; }
span { border-color: rgb(35,117,79); }
td.TdClassName
{
border-color: #23754F;
}
.TagClassName
{
border-color: #23754F;
}
</style>