Shades of Salem #208453
Tints of Salem #208453
RGB
CMYK
RGB Variations
Color information
#208453 (or 0x208453) is known color: Salem. HEX triplet: 20, 84 and 53. RGB value is (32,132,83). Sum of RGB (Red+Green+Blue) = 32+132+83=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #208453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208453 is #DF7BAC. Grayscale: #606060. Windows color (decimal): -14646189 or 5473312. OLE color: 5473312.
HSL color Cylindrical-coordinate representation of color #208453: hue angle of 150.6º 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 #208453 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 132 | 83 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.48 |
| HSL | 150.6º | 0.61% | 0.32% | - |
| HSV(B) | 150.6º | 0.76% | 0.52% | - |
| XYZ | 10.41 | 17.43 | 11 | - |
| YUV | 96.51 | 120.37 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 83 | 0.76 | 0 | 0.37 | 0.48 | 150.6 | 0.61 | 0.32 |
| Hex | 20 | 84 | 53 | 4C | 0 | 25 | 30 | 97 | 3D | 20 |
| Octal | 40 | 204 | 123 | 114 | 0 | 45 | 60 | 227 | 75 | 40 |
| Binary | 100000 | 10000100 | 1010011 | 1001100 | 0 | 100101 | 110000 | 10010111 | 111101 | 100000 |
Color Harmonies of #208453
Complementary color
Monochromatic Colors of #208453
Black with #208453
Text Example
Text Example
White with #208453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208453; }
p { color: rgb(32,132,83); }
H1.HeaderClassName
{
color: #208453;
}
.AnyTagClassName
{
color: #208453;
}
</style>
background-color css
<style>
a { background-color: #208453; }
a { background-color: rgb(32,132,83); }
div.DivClassName
{
background-color: #208453;
}
.BgClassName
{
background-color: #208453;
}
</style>
border-color css
<style>
span { border-color: #208453; }
span { border-color: rgb(32,132,83); }
td.TdClassName
{
border-color: #208453;
}
.TagClassName
{
border-color: #208453;
}
</style>