Shades of Salem #207D4B
Tints of Salem #207D4B
RGB
CMYK
RGB Variations
Color information
#207D4B (or 0x207D4B) is known color: Salem. HEX triplet: 20, 7D and 4B. RGB value is (32,125,75). Sum of RGB (Red+Green+Blue) = 32+125+75=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #207D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207D4B is #DF82B4. Grayscale: #5B5B5B. Windows color (decimal): -14647989 or 4947232. OLE color: 4947232.
HSL color Cylindrical-coordinate representation of color #207D4B: hue angle of 147.74º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207D4B is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 125 | 75 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.51 |
| HSL | 147.74º | 0.59% | 0.31% | - |
| HSV(B) | 147.74º | 0.74% | 0.49% | - |
| XYZ | 9.2 | 15.48 | 9.16 | - |
| YUV | 91.49 | 118.69 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 75 | 0.74 | 0 | 0.40 | 0.51 | 147.74 | 0.59 | 0.31 |
| Hex | 20 | 7D | 4B | 4A | 0 | 28 | 33 | 94 | 3B | 1F |
| Octal | 40 | 175 | 113 | 112 | 0 | 50 | 63 | 224 | 73 | 37 |
| Binary | 100000 | 1111101 | 1001011 | 1001010 | 0 | 101000 | 110011 | 10010100 | 111011 | 11111 |
Color Harmonies of #207D4B
Complementary color
Monochromatic Colors of #207D4B
Black with #207D4B
Text Example
Text Example
White with #207D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D4B; }
p { color: rgb(32,125,75); }
H1.HeaderClassName
{
color: #207D4B;
}
.AnyTagClassName
{
color: #207D4B;
}
</style>
background-color css
<style>
a { background-color: #207D4B; }
a { background-color: rgb(32,125,75); }
div.DivClassName
{
background-color: #207D4B;
}
.BgClassName
{
background-color: #207D4B;
}
</style>
border-color css
<style>
span { border-color: #207D4B; }
span { border-color: rgb(32,125,75); }
td.TdClassName
{
border-color: #207D4B;
}
.TagClassName
{
border-color: #207D4B;
}
</style>