Shades of Salem #208848
Tints of Salem #208848
RGB
CMYK
RGB Variations
Color information
#208848 (or 0x208848) is known color: Salem. HEX triplet: 20, 88 and 48. RGB value is (32,136,72). Sum of RGB (Red+Green+Blue) = 32+136+72=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #208848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208848 is #DF77B7. Grayscale: #616161. Windows color (decimal): -14645176 or 4753440. OLE color: 4753440.
HSL color Cylindrical-coordinate representation of color #208848: hue angle of 143.08º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208848 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 136 | 72 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.47 |
| HSL | 143.08º | 0.62% | 0.33% | - |
| HSV(B) | 143.08º | 0.76% | 0.53% | - |
| XYZ | 10.57 | 18.38 | 9.12 | - |
| YUV | 97.61 | 113.54 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 72 | 0.76 | 0 | 0.47 | 0.47 | 143.08 | 0.62 | 0.33 |
| Hex | 20 | 88 | 48 | 4C | 0 | 2F | 2F | 8F | 3E | 21 |
| Octal | 40 | 210 | 110 | 114 | 0 | 57 | 57 | 217 | 76 | 41 |
| Binary | 100000 | 10001000 | 1001000 | 1001100 | 0 | 101111 | 101111 | 10001111 | 111110 | 100001 |
Color Harmonies of #208848
Complementary color
Monochromatic Colors of #208848
Black with #208848
Text Example
Text Example
White with #208848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208848; }
p { color: rgb(32,136,72); }
H1.HeaderClassName
{
color: #208848;
}
.AnyTagClassName
{
color: #208848;
}
</style>
background-color css
<style>
a { background-color: #208848; }
a { background-color: rgb(32,136,72); }
div.DivClassName
{
background-color: #208848;
}
.BgClassName
{
background-color: #208848;
}
</style>
border-color css
<style>
span { border-color: #208848; }
span { border-color: rgb(32,136,72); }
td.TdClassName
{
border-color: #208848;
}
.TagClassName
{
border-color: #208848;
}
</style>