Shades of Salem #207355
Tints of Salem #207355
RGB
CMYK
RGB Variations
Color information
#207355 (or 0x207355) is known color: Salem. HEX triplet: 20, 73 and 55. RGB value is (32,115,85). Sum of RGB (Red+Green+Blue) = 32+115+85=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #207355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207355 is #DF8CAA. Grayscale: #565656. Windows color (decimal): -14650539 or 5600032. OLE color: 5600032.
HSL color Cylindrical-coordinate representation of color #207355: hue angle of 158.31º 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 #207355 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 85 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.55 |
| HSL | 158.31º | 0.56% | 0.29% | - |
| HSV(B) | 158.31º | 0.72% | 0.45% | - |
| XYZ | 8.37 | 13.22 | 10.71 | - |
| YUV | 86.76 | 127 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 85 | 0.72 | 0 | 0.26 | 0.55 | 158.31 | 0.56 | 0.29 |
| Hex | 20 | 73 | 55 | 48 | 0 | 1A | 37 | 9E | 38 | 1D |
| Octal | 40 | 163 | 125 | 110 | 0 | 32 | 67 | 236 | 70 | 35 |
| Binary | 100000 | 1110011 | 1010101 | 1001000 | 0 | 11010 | 110111 | 10011110 | 111000 | 11101 |
Color Harmonies of #207355
Complementary color
Monochromatic Colors of #207355
Black with #207355
Text Example
Text Example
White with #207355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207355; }
p { color: rgb(32,115,85); }
H1.HeaderClassName
{
color: #207355;
}
.AnyTagClassName
{
color: #207355;
}
</style>
background-color css
<style>
a { background-color: #207355; }
a { background-color: rgb(32,115,85); }
div.DivClassName
{
background-color: #207355;
}
.BgClassName
{
background-color: #207355;
}
</style>
border-color css
<style>
span { border-color: #207355; }
span { border-color: rgb(32,115,85); }
td.TdClassName
{
border-color: #207355;
}
.TagClassName
{
border-color: #207355;
}
</style>