Shades of Salem #208448
Tints of Salem #208448
RGB
CMYK
RGB Variations
Color information
#208448 (or 0x208448) is known color: Salem. HEX triplet: 20, 84 and 48. RGB value is (32,132,72). Sum of RGB (Red+Green+Blue) = 32+132+72=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #208448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208448 is #DF7BB7. Grayscale: #5F5F5F. Windows color (decimal): -14646200 or 4752416. OLE color: 4752416.
HSL color Cylindrical-coordinate representation of color #208448: hue angle of 144º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208448 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 72 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.48 |
| HSL | 144º | 0.61% | 0.32% | - |
| HSV(B) | 144º | 0.76% | 0.52% | - |
| XYZ | 10.02 | 17.28 | 8.94 | - |
| YUV | 95.26 | 114.87 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 72 | 0.76 | 0 | 0.45 | 0.48 | 144 | 0.61 | 0.32 |
| Hex | 20 | 84 | 48 | 4C | 0 | 2D | 30 | 90 | 3D | 20 |
| Octal | 40 | 204 | 110 | 114 | 0 | 55 | 60 | 220 | 75 | 40 |
| Binary | 100000 | 10000100 | 1001000 | 1001100 | 0 | 101101 | 110000 | 10010000 | 111101 | 100000 |
Color Harmonies of #208448
Complementary color
Monochromatic Colors of #208448
Black with #208448
Text Example
Text Example
White with #208448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208448; }
p { color: rgb(32,132,72); }
H1.HeaderClassName
{
color: #208448;
}
.AnyTagClassName
{
color: #208448;
}
</style>
background-color css
<style>
a { background-color: #208448; }
a { background-color: rgb(32,132,72); }
div.DivClassName
{
background-color: #208448;
}
.BgClassName
{
background-color: #208448;
}
</style>
border-color css
<style>
span { border-color: #208448; }
span { border-color: rgb(32,132,72); }
td.TdClassName
{
border-color: #208448;
}
.TagClassName
{
border-color: #208448;
}
</style>