Shades of Salem #247452
Tints of Salem #247452
RGB
CMYK
RGB Variations
Color information
#247452 (or 0x247452) is known color: Salem. HEX triplet: 24, 74 and 52. RGB value is (36,116,82). Sum of RGB (Red+Green+Blue) = 36+116+82=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #247452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247452 is #DB8BAD. Grayscale: #585858. Windows color (decimal): -14388142 or 5403684. OLE color: 5403684.
HSL color Cylindrical-coordinate representation of color #247452: hue angle of 154.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247452 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 116 | 82 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.55 |
| HSL | 154.5º | 0.53% | 0.3% | - |
| HSV(B) | 154.5º | 0.69% | 0.45% | - |
| XYZ | 8.5 | 13.48 | 10.14 | - |
| YUV | 88.2 | 124.5 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 82 | 0.69 | 0 | 0.29 | 0.55 | 154.5 | 0.53 | 0.3 |
| Hex | 24 | 74 | 52 | 45 | 0 | 1D | 37 | 9A | 35 | 1E |
| Octal | 44 | 164 | 122 | 105 | 0 | 35 | 67 | 232 | 65 | 36 |
| Binary | 100100 | 1110100 | 1010010 | 1000101 | 0 | 11101 | 110111 | 10011010 | 110101 | 11110 |
Color Harmonies of #247452
Complementary color
Monochromatic Colors of #247452
Black with #247452
Text Example
Text Example
White with #247452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247452; }
p { color: rgb(36,116,82); }
H1.HeaderClassName
{
color: #247452;
}
.AnyTagClassName
{
color: #247452;
}
</style>
background-color css
<style>
a { background-color: #247452; }
a { background-color: rgb(36,116,82); }
div.DivClassName
{
background-color: #247452;
}
.BgClassName
{
background-color: #247452;
}
</style>
border-color css
<style>
span { border-color: #247452; }
span { border-color: rgb(36,116,82); }
td.TdClassName
{
border-color: #247452;
}
.TagClassName
{
border-color: #247452;
}
</style>