Shades of Salem #207256
Tints of Salem #207256
RGB
CMYK
RGB Variations
Color information
#207256 (or 0x207256) is known color: Salem. HEX triplet: 20, 72 and 56. RGB value is (32,114,86). Sum of RGB (Red+Green+Blue) = 32+114+86=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #207256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207256 is #DF8DA9. Grayscale: #565656. Windows color (decimal): -14650794 or 5665312. OLE color: 5665312.
HSL color Cylindrical-coordinate representation of color #207256: hue angle of 159.51º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207256 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 114 | 86 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.55 |
| HSL | 159.51º | 0.56% | 0.29% | - |
| HSV(B) | 159.51º | 0.72% | 0.45% | - |
| XYZ | 8.29 | 13.01 | 10.88 | - |
| YUV | 86.29 | 127.83 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 86 | 0.72 | 0 | 0.25 | 0.55 | 159.51 | 0.56 | 0.29 |
| Hex | 20 | 72 | 56 | 48 | 0 | 19 | 37 | A0 | 38 | 1D |
| Octal | 40 | 162 | 126 | 110 | 0 | 31 | 67 | 240 | 70 | 35 |
| Binary | 100000 | 1110010 | 1010110 | 1001000 | 0 | 11001 | 110111 | 10100000 | 111000 | 11101 |
Color Harmonies of #207256
Complementary color
Monochromatic Colors of #207256
Black with #207256
Text Example
Text Example
White with #207256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207256; }
p { color: rgb(32,114,86); }
H1.HeaderClassName
{
color: #207256;
}
.AnyTagClassName
{
color: #207256;
}
</style>
background-color css
<style>
a { background-color: #207256; }
a { background-color: rgb(32,114,86); }
div.DivClassName
{
background-color: #207256;
}
.BgClassName
{
background-color: #207256;
}
</style>
border-color css
<style>
span { border-color: #207256; }
span { border-color: rgb(32,114,86); }
td.TdClassName
{
border-color: #207256;
}
.TagClassName
{
border-color: #207256;
}
</style>