Shades of Salem #15934B
Tints of Salem #15934B
RGB
CMYK
RGB Variations
Color information
#15934B (or 0x15934B) is known color: Salem. HEX triplet: 15, 93 and 4B. RGB value is (21,147,75). Sum of RGB (Red+Green+Blue) = 21+147+75=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #15934B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15934B is #EA6CB4. Grayscale: #656565. Windows color (decimal): -15363253 or 4952853. OLE color: 4952853.
HSL color Cylindrical-coordinate representation of color #15934B: hue angle of 145.71º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15934B is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 147 | 75 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.42 |
| HSL | 145.71º | 0.75% | 0.33% | - |
| HSV(B) | 145.71º | 0.86% | 0.58% | - |
| XYZ | 12.01 | 21.53 | 10.18 | - |
| YUV | 101.12 | 113.26 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 147 | 75 | 0.86 | 0 | 0.49 | 0.42 | 145.71 | 0.75 | 0.33 |
| Hex | 15 | 93 | 4B | 56 | 0 | 31 | 2A | 92 | 4B | 21 |
| Octal | 25 | 223 | 113 | 126 | 0 | 61 | 52 | 222 | 113 | 41 |
| Binary | 10101 | 10010011 | 1001011 | 1010110 | 0 | 110001 | 101010 | 10010010 | 1001011 | 100001 |
Color Harmonies of #15934B
Complementary color
Monochromatic Colors of #15934B
Black with #15934B
Text Example
Text Example
White with #15934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15934B; }
p { color: rgb(21,147,75); }
H1.HeaderClassName
{
color: #15934B;
}
.AnyTagClassName
{
color: #15934B;
}
</style>
background-color css
<style>
a { background-color: #15934B; }
a { background-color: rgb(21,147,75); }
div.DivClassName
{
background-color: #15934B;
}
.BgClassName
{
background-color: #15934B;
}
</style>
border-color css
<style>
span { border-color: #15934B; }
span { border-color: rgb(21,147,75); }
td.TdClassName
{
border-color: #15934B;
}
.TagClassName
{
border-color: #15934B;
}
</style>