Shades of Salem #15924F
Tints of Salem #15924F
RGB
CMYK
RGB Variations
Color information
#15924F (or 0x15924F) is known color: Salem. HEX triplet: 15, 92 and 4F. RGB value is (21,146,79). Sum of RGB (Red+Green+Blue) = 21+146+79=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #15924F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15924F is #EA6DB0. Grayscale: #656565. Windows color (decimal): -15363505 or 5214741. OLE color: 5214741.
HSL color Cylindrical-coordinate representation of color #15924F: hue angle of 147.84º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15924F is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 146 | 79 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.43 |
| HSL | 147.84º | 0.75% | 0.33% | - |
| HSV(B) | 147.84º | 0.86% | 0.57% | - |
| XYZ | 12 | 21.28 | 10.87 | - |
| YUV | 100.99 | 115.59 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 79 | 0.86 | 0 | 0.46 | 0.43 | 147.84 | 0.75 | 0.33 |
| Hex | 15 | 92 | 4F | 56 | 0 | 2E | 2B | 94 | 4B | 21 |
| Octal | 25 | 222 | 117 | 126 | 0 | 56 | 53 | 224 | 113 | 41 |
| Binary | 10101 | 10010010 | 1001111 | 1010110 | 0 | 101110 | 101011 | 10010100 | 1001011 | 100001 |
Color Harmonies of #15924F
Complementary color
Monochromatic Colors of #15924F
Black with #15924F
Text Example
Text Example
White with #15924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15924F; }
p { color: rgb(21,146,79); }
H1.HeaderClassName
{
color: #15924F;
}
.AnyTagClassName
{
color: #15924F;
}
</style>
background-color css
<style>
a { background-color: #15924F; }
a { background-color: rgb(21,146,79); }
div.DivClassName
{
background-color: #15924F;
}
.BgClassName
{
background-color: #15924F;
}
</style>
border-color css
<style>
span { border-color: #15924F; }
span { border-color: rgb(21,146,79); }
td.TdClassName
{
border-color: #15924F;
}
.TagClassName
{
border-color: #15924F;
}
</style>