Shades of Salem #15824E
Tints of Salem #15824E
RGB
CMYK
RGB Variations
Color information
#15824E (or 0x15824E) is known color: Salem. HEX triplet: 15, 82 and 4E. RGB value is (21,130,78). Sum of RGB (Red+Green+Blue) = 21+130+78=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #15824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15824E is #EA7DB1. Grayscale: #5B5B5B. Windows color (decimal): -15367602 or 5145109. OLE color: 5145109.
HSL color Cylindrical-coordinate representation of color #15824E: hue angle of 151.38º 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 #15824E is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 130 | 78 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.49 |
| HSL | 151.38º | 0.72% | 0.3% | - |
| HSV(B) | 151.38º | 0.84% | 0.51% | - |
| XYZ | 9.67 | 16.67 | 9.92 | - |
| YUV | 91.48 | 120.39 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 78 | 0.84 | 0 | 0.40 | 0.49 | 151.38 | 0.72 | 0.3 |
| Hex | 15 | 82 | 4E | 54 | 0 | 28 | 31 | 97 | 48 | 1E |
| Octal | 25 | 202 | 116 | 124 | 0 | 50 | 61 | 227 | 110 | 36 |
| Binary | 10101 | 10000010 | 1001110 | 1010100 | 0 | 101000 | 110001 | 10010111 | 1001000 | 11110 |
Color Harmonies of #15824E
Complementary color
Monochromatic Colors of #15824E
Black with #15824E
Text Example
Text Example
White with #15824E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15824E; }
p { color: rgb(21,130,78); }
H1.HeaderClassName
{
color: #15824E;
}
.AnyTagClassName
{
color: #15824E;
}
</style>
background-color css
<style>
a { background-color: #15824E; }
a { background-color: rgb(21,130,78); }
div.DivClassName
{
background-color: #15824E;
}
.BgClassName
{
background-color: #15824E;
}
</style>
border-color css
<style>
span { border-color: #15824E; }
span { border-color: rgb(21,130,78); }
td.TdClassName
{
border-color: #15824E;
}
.TagClassName
{
border-color: #15824E;
}
</style>