Shades of Salem #207652
Tints of Salem #207652
RGB
CMYK
RGB Variations
Color information
#207652 (or 0x207652) is known color: Salem. HEX triplet: 20, 76 and 52. RGB value is (32,118,82). Sum of RGB (Red+Green+Blue) = 32+118+82=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #207652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207652 is #DF89AD. Grayscale: #585858. Windows color (decimal): -14649774 or 5404192. OLE color: 5404192.
HSL color Cylindrical-coordinate representation of color #207652: hue angle of 154.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207652 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 82 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.54 |
| HSL | 154.88º | 0.57% | 0.29% | - |
| HSV(B) | 154.88º | 0.73% | 0.46% | - |
| XYZ | 8.6 | 13.87 | 10.21 | - |
| YUV | 88.18 | 124.51 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 82 | 0.73 | 0 | 0.31 | 0.54 | 154.88 | 0.57 | 0.29 |
| Hex | 20 | 76 | 52 | 49 | 0 | 1F | 36 | 9B | 39 | 1D |
| Octal | 40 | 166 | 122 | 111 | 0 | 37 | 66 | 233 | 71 | 35 |
| Binary | 100000 | 1110110 | 1010010 | 1001001 | 0 | 11111 | 110110 | 10011011 | 111001 | 11101 |
Color Harmonies of #207652
Complementary color
Monochromatic Colors of #207652
Black with #207652
Text Example
Text Example
White with #207652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207652; }
p { color: rgb(32,118,82); }
H1.HeaderClassName
{
color: #207652;
}
.AnyTagClassName
{
color: #207652;
}
</style>
background-color css
<style>
a { background-color: #207652; }
a { background-color: rgb(32,118,82); }
div.DivClassName
{
background-color: #207652;
}
.BgClassName
{
background-color: #207652;
}
</style>
border-color css
<style>
span { border-color: #207652; }
span { border-color: rgb(32,118,82); }
td.TdClassName
{
border-color: #207652;
}
.TagClassName
{
border-color: #207652;
}
</style>