Shades of Salem #15824A
Tints of Salem #15824A
RGB
CMYK
RGB Variations
Color information
#15824A (or 0x15824A) is known color: Salem. HEX triplet: 15, 82 and 4A. RGB value is (21,130,74). Sum of RGB (Red+Green+Blue) = 21+130+74=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #15824A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15824A is #EA7DB5. Grayscale: #5B5B5B. Windows color (decimal): -15367606 or 4882965. OLE color: 4882965.
HSL color Cylindrical-coordinate representation of color #15824A: hue angle of 149.17º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15824A is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 130 | 74 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.49 |
| HSL | 149.17º | 0.72% | 0.3% | - |
| HSV(B) | 149.17º | 0.84% | 0.51% | - |
| XYZ | 9.53 | 16.62 | 9.18 | - |
| YUV | 91.03 | 118.39 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 74 | 0.84 | 0 | 0.43 | 0.49 | 149.17 | 0.72 | 0.3 |
| Hex | 15 | 82 | 4A | 54 | 0 | 2B | 31 | 95 | 48 | 1E |
| Octal | 25 | 202 | 112 | 124 | 0 | 53 | 61 | 225 | 110 | 36 |
| Binary | 10101 | 10000010 | 1001010 | 1010100 | 0 | 101011 | 110001 | 10010101 | 1001000 | 11110 |
Color Harmonies of #15824A
Complementary color
Monochromatic Colors of #15824A
Black with #15824A
Text Example
Text Example
White with #15824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15824A; }
p { color: rgb(21,130,74); }
H1.HeaderClassName
{
color: #15824A;
}
.AnyTagClassName
{
color: #15824A;
}
</style>
background-color css
<style>
a { background-color: #15824A; }
a { background-color: rgb(21,130,74); }
div.DivClassName
{
background-color: #15824A;
}
.BgClassName
{
background-color: #15824A;
}
</style>
border-color css
<style>
span { border-color: #15824A; }
span { border-color: rgb(21,130,74); }
td.TdClassName
{
border-color: #15824A;
}
.TagClassName
{
border-color: #15824A;
}
</style>