Shades of Salem #207250
Tints of Salem #207250
RGB
CMYK
RGB Variations
Color information
#207250 (or 0x207250) is known color: Salem. HEX triplet: 20, 72 and 50. RGB value is (32,114,80). Sum of RGB (Red+Green+Blue) = 32+114+80=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #207250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207250 is #DF8DAF. Grayscale: #555555. Windows color (decimal): -14650800 or 5272096. OLE color: 5272096.
HSL color Cylindrical-coordinate representation of color #207250: hue angle of 155.12º 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 #207250 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 114 | 80 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.55 |
| HSL | 155.12º | 0.56% | 0.29% | - |
| HSV(B) | 155.12º | 0.72% | 0.45% | - |
| XYZ | 8.06 | 12.92 | 9.66 | - |
| YUV | 85.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 80 | 0.72 | 0 | 0.30 | 0.55 | 155.12 | 0.56 | 0.29 |
| Hex | 20 | 72 | 50 | 48 | 0 | 1E | 37 | 9B | 38 | 1D |
| Octal | 40 | 162 | 120 | 110 | 0 | 36 | 67 | 233 | 70 | 35 |
| Binary | 100000 | 1110010 | 1010000 | 1001000 | 0 | 11110 | 110111 | 10011011 | 111000 | 11101 |
Color Harmonies of #207250
Complementary color
Monochromatic Colors of #207250
Black with #207250
Text Example
Text Example
White with #207250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207250; }
p { color: rgb(32,114,80); }
H1.HeaderClassName
{
color: #207250;
}
.AnyTagClassName
{
color: #207250;
}
</style>
background-color css
<style>
a { background-color: #207250; }
a { background-color: rgb(32,114,80); }
div.DivClassName
{
background-color: #207250;
}
.BgClassName
{
background-color: #207250;
}
</style>
border-color css
<style>
span { border-color: #207250; }
span { border-color: rgb(32,114,80); }
td.TdClassName
{
border-color: #207250;
}
.TagClassName
{
border-color: #207250;
}
</style>