Shades of Salem #28754E
Tints of Salem #28754E
RGB
CMYK
RGB Variations
Color information
#28754E (or 0x28754E) is known color: Salem. HEX triplet: 28, 75 and 4E. RGB value is (40,117,78). Sum of RGB (Red+Green+Blue) = 40+117+78=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #28754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28754E is #D78AB1. Grayscale: #595959. Windows color (decimal): -14125746 or 5141800. OLE color: 5141800.
HSL color Cylindrical-coordinate representation of color #28754E: hue angle of 149.61º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28754E is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 117 | 78 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.54 |
| HSL | 149.61º | 0.49% | 0.31% | - |
| HSV(B) | 149.61º | 0.66% | 0.46% | - |
| XYZ | 8.61 | 13.72 | 9.4 | - |
| YUV | 89.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 78 | 0.66 | 0 | 0.33 | 0.54 | 149.61 | 0.49 | 0.31 |
| Hex | 28 | 75 | 4E | 42 | 0 | 21 | 36 | 96 | 31 | 1F |
| Octal | 50 | 165 | 116 | 102 | 0 | 41 | 66 | 226 | 61 | 37 |
| Binary | 101000 | 1110101 | 1001110 | 1000010 | 0 | 100001 | 110110 | 10010110 | 110001 | 11111 |
Color Harmonies of #28754E
Complementary color
Monochromatic Colors of #28754E
Black with #28754E
Text Example
Text Example
White with #28754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28754E; }
p { color: rgb(40,117,78); }
H1.HeaderClassName
{
color: #28754E;
}
.AnyTagClassName
{
color: #28754E;
}
</style>
background-color css
<style>
a { background-color: #28754E; }
a { background-color: rgb(40,117,78); }
div.DivClassName
{
background-color: #28754E;
}
.BgClassName
{
background-color: #28754E;
}
</style>
border-color css
<style>
span { border-color: #28754E; }
span { border-color: rgb(40,117,78); }
td.TdClassName
{
border-color: #28754E;
}
.TagClassName
{
border-color: #28754E;
}
</style>