Shades of Salem #28764F
Tints of Salem #28764F
RGB
CMYK
RGB Variations
Color information
#28764F (or 0x28764F) is known color: Salem. HEX triplet: 28, 76 and 4F. RGB value is (40,118,79). Sum of RGB (Red+Green+Blue) = 40+118+79=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #28764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28764F is #D789B0. Grayscale: #5A5A5A. Windows color (decimal): -14125489 or 5207592. OLE color: 5207592.
HSL color Cylindrical-coordinate representation of color #28764F: hue angle of 150º 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 #28764F is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 118 | 79 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.54 |
| HSL | 150º | 0.49% | 0.31% | - |
| HSV(B) | 150º | 0.66% | 0.46% | - |
| XYZ | 8.76 | 13.97 | 9.63 | - |
| YUV | 90.23 | 121.66 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 79 | 0.66 | 0 | 0.33 | 0.54 | 150 | 0.49 | 0.31 |
| Hex | 28 | 76 | 4F | 42 | 0 | 21 | 36 | 96 | 31 | 1F |
| Octal | 50 | 166 | 117 | 102 | 0 | 41 | 66 | 226 | 61 | 37 |
| Binary | 101000 | 1110110 | 1001111 | 1000010 | 0 | 100001 | 110110 | 10010110 | 110001 | 11111 |
Color Harmonies of #28764F
Complementary color
Monochromatic Colors of #28764F
Black with #28764F
Text Example
Text Example
White with #28764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28764F; }
p { color: rgb(40,118,79); }
H1.HeaderClassName
{
color: #28764F;
}
.AnyTagClassName
{
color: #28764F;
}
</style>
background-color css
<style>
a { background-color: #28764F; }
a { background-color: rgb(40,118,79); }
div.DivClassName
{
background-color: #28764F;
}
.BgClassName
{
background-color: #28764F;
}
</style>
border-color css
<style>
span { border-color: #28764F; }
span { border-color: rgb(40,118,79); }
td.TdClassName
{
border-color: #28764F;
}
.TagClassName
{
border-color: #28764F;
}
</style>