Shades of Salem #157F4D
Tints of Salem #157F4D
RGB
CMYK
RGB Variations
Color information
#157F4D (or 0x157F4D) is known color: Salem. HEX triplet: 15, 7F and 4D. RGB value is (21,127,77). Sum of RGB (Red+Green+Blue) = 21+127+77=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 127 (50% from 255 or 56.44% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 127 - color contains mainly: green. Hex color #157F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157F4D is #EA80B2. Grayscale: #595959. Windows color (decimal): -15368371 or 5078805. OLE color: 5078805.
HSL color Cylindrical-coordinate representation of color #157F4D: hue angle of 151.7º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157F4D is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 127 | 77 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.50 |
| HSL | 151.7º | 0.72% | 0.29% | - |
| HSV(B) | 151.7º | 0.83% | 0.5% | - |
| XYZ | 9.24 | 15.87 | 9.6 | - |
| YUV | 89.61 | 120.88 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 127 | 77 | 0.83 | 0 | 0.39 | 0.50 | 151.7 | 0.72 | 0.29 |
| Hex | 15 | 7F | 4D | 53 | 0 | 27 | 32 | 98 | 48 | 1D |
| Octal | 25 | 177 | 115 | 123 | 0 | 47 | 62 | 230 | 110 | 35 |
| Binary | 10101 | 1111111 | 1001101 | 1010011 | 0 | 100111 | 110010 | 10011000 | 1001000 | 11101 |
Color Harmonies of #157F4D
Complementary color
Monochromatic Colors of #157F4D
Black with #157F4D
Text Example
Text Example
White with #157F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157F4D; }
p { color: rgb(21,127,77); }
H1.HeaderClassName
{
color: #157F4D;
}
.AnyTagClassName
{
color: #157F4D;
}
</style>
background-color css
<style>
a { background-color: #157F4D; }
a { background-color: rgb(21,127,77); }
div.DivClassName
{
background-color: #157F4D;
}
.BgClassName
{
background-color: #157F4D;
}
</style>
border-color css
<style>
span { border-color: #157F4D; }
span { border-color: rgb(21,127,77); }
td.TdClassName
{
border-color: #157F4D;
}
.TagClassName
{
border-color: #157F4D;
}
</style>