Shades of Salem #248045
Tints of Salem #248045
RGB
CMYK
RGB Variations
Color information
#248045 (or 0x248045) is known color: Salem. HEX triplet: 24, 80 and 45. RGB value is (36,128,69). Sum of RGB (Red+Green+Blue) = 36+128+69=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #248045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248045 is #DB7FBA. Grayscale: #5D5D5D. Windows color (decimal): -14385083 or 4554788. OLE color: 4554788.
HSL color Cylindrical-coordinate representation of color #248045: hue angle of 141.52º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248045 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 128 | 69 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.50 |
| HSL | 141.52º | 0.56% | 0.32% | - |
| HSV(B) | 141.52º | 0.72% | 0.5% | - |
| XYZ | 9.52 | 16.24 | 8.26 | - |
| YUV | 93.77 | 114.02 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 69 | 0.72 | 0 | 0.46 | 0.50 | 141.52 | 0.56 | 0.32 |
| Hex | 24 | 80 | 45 | 48 | 0 | 2E | 32 | 8E | 38 | 20 |
| Octal | 44 | 200 | 105 | 110 | 0 | 56 | 62 | 216 | 70 | 40 |
| Binary | 100100 | 10000000 | 1000101 | 1001000 | 0 | 101110 | 110010 | 10001110 | 111000 | 100000 |
Color Harmonies of #248045
Complementary color
Monochromatic Colors of #248045
Black with #248045
Text Example
Text Example
White with #248045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248045; }
p { color: rgb(36,128,69); }
H1.HeaderClassName
{
color: #248045;
}
.AnyTagClassName
{
color: #248045;
}
</style>
background-color css
<style>
a { background-color: #248045; }
a { background-color: rgb(36,128,69); }
div.DivClassName
{
background-color: #248045;
}
.BgClassName
{
background-color: #248045;
}
</style>
border-color css
<style>
span { border-color: #248045; }
span { border-color: rgb(36,128,69); }
td.TdClassName
{
border-color: #248045;
}
.TagClassName
{
border-color: #248045;
}
</style>