Shades of Salem #248144
Tints of Salem #248144
RGB
CMYK
RGB Variations
Color information
#248144 (or 0x248144) is known color: Salem. HEX triplet: 24, 81 and 44. RGB value is (36,129,68). Sum of RGB (Red+Green+Blue) = 36+129+68=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #248144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248144 is #DB7EBB. Grayscale: #5E5E5E. Windows color (decimal): -14384828 or 4489508. OLE color: 4489508.
HSL color Cylindrical-coordinate representation of color #248144: hue angle of 140.65º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248144 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 68 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.49 |
| HSL | 140.65º | 0.56% | 0.32% | - |
| HSV(B) | 140.65º | 0.72% | 0.51% | - |
| XYZ | 9.62 | 16.49 | 8.15 | - |
| YUV | 94.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 68 | 0.72 | 0 | 0.47 | 0.49 | 140.65 | 0.56 | 0.32 |
| Hex | 24 | 81 | 44 | 48 | 0 | 2F | 31 | 8D | 38 | 20 |
| Octal | 44 | 201 | 104 | 110 | 0 | 57 | 61 | 215 | 70 | 40 |
| Binary | 100100 | 10000001 | 1000100 | 1001000 | 0 | 101111 | 110001 | 10001101 | 111000 | 100000 |
Color Harmonies of #248144
Complementary color
Monochromatic Colors of #248144
Black with #248144
Text Example
Text Example
White with #248144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248144; }
p { color: rgb(36,129,68); }
H1.HeaderClassName
{
color: #248144;
}
.AnyTagClassName
{
color: #248144;
}
</style>
background-color css
<style>
a { background-color: #248144; }
a { background-color: rgb(36,129,68); }
div.DivClassName
{
background-color: #248144;
}
.BgClassName
{
background-color: #248144;
}
</style>
border-color css
<style>
span { border-color: #248144; }
span { border-color: rgb(36,129,68); }
td.TdClassName
{
border-color: #248144;
}
.TagClassName
{
border-color: #248144;
}
</style>