Shades of Salem #28764D
Tints of Salem #28764D
RGB
CMYK
RGB Variations
Color information
#28764D (or 0x28764D) is known color: Salem. HEX triplet: 28, 76 and 4D. RGB value is (40,118,77). Sum of RGB (Red+Green+Blue) = 40+118+77=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #28764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28764D is #D789B2. Grayscale: #5A5A5A. Windows color (decimal): -14125491 or 5076520. OLE color: 5076520.
HSL color Cylindrical-coordinate representation of color #28764D: hue angle of 148.46º 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 #28764D is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 118 | 77 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.54 |
| HSL | 148.46º | 0.49% | 0.31% | - |
| HSV(B) | 148.46º | 0.66% | 0.46% | - |
| XYZ | 8.69 | 13.94 | 9.25 | - |
| YUV | 90 | 120.66 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 118 | 77 | 0.66 | 0 | 0.35 | 0.54 | 148.46 | 0.49 | 0.31 |
| Hex | 28 | 76 | 4D | 42 | 0 | 23 | 36 | 94 | 31 | 1F |
| Octal | 50 | 166 | 115 | 102 | 0 | 43 | 66 | 224 | 61 | 37 |
| Binary | 101000 | 1110110 | 1001101 | 1000010 | 0 | 100011 | 110110 | 10010100 | 110001 | 11111 |
Color Harmonies of #28764D
Complementary color
Monochromatic Colors of #28764D
Black with #28764D
Text Example
Text Example
White with #28764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28764D; }
p { color: rgb(40,118,77); }
H1.HeaderClassName
{
color: #28764D;
}
.AnyTagClassName
{
color: #28764D;
}
</style>
background-color css
<style>
a { background-color: #28764D; }
a { background-color: rgb(40,118,77); }
div.DivClassName
{
background-color: #28764D;
}
.BgClassName
{
background-color: #28764D;
}
</style>
border-color css
<style>
span { border-color: #28764D; }
span { border-color: rgb(40,118,77); }
td.TdClassName
{
border-color: #28764D;
}
.TagClassName
{
border-color: #28764D;
}
</style>