Shades of Salem #28754D
Tints of Salem #28754D
RGB
CMYK
RGB Variations
Color information
#28754D (or 0x28754D) is known color: Salem. HEX triplet: 28, 75 and 4D. RGB value is (40,117,77). Sum of RGB (Red+Green+Blue) = 40+117+77=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #28754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28754D is #D78AB2. Grayscale: #595959. Windows color (decimal): -14125747 or 5076264. OLE color: 5076264.
HSL color Cylindrical-coordinate representation of color #28754D: hue angle of 148.83º 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 #28754D is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 117 | 77 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.54 |
| HSL | 148.83º | 0.49% | 0.31% | - |
| HSV(B) | 148.83º | 0.66% | 0.46% | - |
| XYZ | 8.58 | 13.71 | 9.22 | - |
| YUV | 89.42 | 120.99 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 77 | 0.66 | 0 | 0.34 | 0.54 | 148.83 | 0.49 | 0.31 |
| Hex | 28 | 75 | 4D | 42 | 0 | 22 | 36 | 95 | 31 | 1F |
| Octal | 50 | 165 | 115 | 102 | 0 | 42 | 66 | 225 | 61 | 37 |
| Binary | 101000 | 1110101 | 1001101 | 1000010 | 0 | 100010 | 110110 | 10010101 | 110001 | 11111 |
Color Harmonies of #28754D
Complementary color
Monochromatic Colors of #28754D
Black with #28754D
Text Example
Text Example
White with #28754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28754D; }
p { color: rgb(40,117,77); }
H1.HeaderClassName
{
color: #28754D;
}
.AnyTagClassName
{
color: #28754D;
}
</style>
background-color css
<style>
a { background-color: #28754D; }
a { background-color: rgb(40,117,77); }
div.DivClassName
{
background-color: #28754D;
}
.BgClassName
{
background-color: #28754D;
}
</style>
border-color css
<style>
span { border-color: #28754D; }
span { border-color: rgb(40,117,77); }
td.TdClassName
{
border-color: #28754D;
}
.TagClassName
{
border-color: #28754D;
}
</style>