Shades of Salem #15904F
Tints of Salem #15904F
RGB
CMYK
RGB Variations
Color information
#15904F (or 0x15904F) is known color: Salem. HEX triplet: 15, 90 and 4F. RGB value is (21,144,79). Sum of RGB (Red+Green+Blue) = 21+144+79=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 144 (56.64% from 255 or 59.02% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 144 - color contains mainly: green. Hex color #15904F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15904F is #EA6FB0. Grayscale: #636363. Windows color (decimal): -15364017 or 5214229. OLE color: 5214229.
HSL color Cylindrical-coordinate representation of color #15904F: hue angle of 148.29º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15904F is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 144 | 79 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.44 |
| HSL | 148.29º | 0.75% | 0.32% | - |
| HSV(B) | 148.29º | 0.85% | 0.56% | - |
| XYZ | 11.69 | 20.67 | 10.77 | - |
| YUV | 99.81 | 116.25 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 79 | 0.85 | 0 | 0.45 | 0.44 | 148.29 | 0.75 | 0.32 |
| Hex | 15 | 90 | 4F | 55 | 0 | 2D | 2C | 94 | 4B | 20 |
| Octal | 25 | 220 | 117 | 125 | 0 | 55 | 54 | 224 | 113 | 40 |
| Binary | 10101 | 10010000 | 1001111 | 1010101 | 0 | 101101 | 101100 | 10010100 | 1001011 | 100000 |
Color Harmonies of #15904F
Complementary color
Monochromatic Colors of #15904F
Black with #15904F
Text Example
Text Example
White with #15904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15904F; }
p { color: rgb(21,144,79); }
H1.HeaderClassName
{
color: #15904F;
}
.AnyTagClassName
{
color: #15904F;
}
</style>
background-color css
<style>
a { background-color: #15904F; }
a { background-color: rgb(21,144,79); }
div.DivClassName
{
background-color: #15904F;
}
.BgClassName
{
background-color: #15904F;
}
</style>
border-color css
<style>
span { border-color: #15904F; }
span { border-color: rgb(21,144,79); }
td.TdClassName
{
border-color: #15904F;
}
.TagClassName
{
border-color: #15904F;
}
</style>