Shades of Salem #15913C
Tints of Salem #15913C
RGB
CMYK
RGB Variations
Color information
#15913C (or 0x15913C) is known color: Salem. HEX triplet: 15, 91 and 3C. RGB value is (21,145,60). Sum of RGB (Red+Green+Blue) = 21+145+60=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 145 (57.03% from 255 or 64.16% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 145 - color contains mainly: green. Hex color #15913C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15913C is #EA6EC3. Grayscale: #626262. Windows color (decimal): -15363780 or 3969301. OLE color: 3969301.
HSL color Cylindrical-coordinate representation of color #15913C: hue angle of 138.87º 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 #15913C is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 145 | 60 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.43 |
| HSL | 138.87º | 0.75% | 0.33% | - |
| HSV(B) | 138.87º | 0.86% | 0.57% | - |
| XYZ | 11.25 | 20.74 | 7.68 | - |
| YUV | 98.23 | 106.42 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 60 | 0.86 | 0 | 0.59 | 0.43 | 138.87 | 0.75 | 0.33 |
| Hex | 15 | 91 | 3C | 56 | 0 | 3B | 2B | 8B | 4B | 21 |
| Octal | 25 | 221 | 74 | 126 | 0 | 73 | 53 | 213 | 113 | 41 |
| Binary | 10101 | 10010001 | 111100 | 1010110 | 0 | 111011 | 101011 | 10001011 | 1001011 | 100001 |
Color Harmonies of #15913C
Complementary color
Monochromatic Colors of #15913C
Black with #15913C
Text Example
Text Example
White with #15913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15913C; }
p { color: rgb(21,145,60); }
H1.HeaderClassName
{
color: #15913C;
}
.AnyTagClassName
{
color: #15913C;
}
</style>
background-color css
<style>
a { background-color: #15913C; }
a { background-color: rgb(21,145,60); }
div.DivClassName
{
background-color: #15913C;
}
.BgClassName
{
background-color: #15913C;
}
</style>
border-color css
<style>
span { border-color: #15913C; }
span { border-color: rgb(21,145,60); }
td.TdClassName
{
border-color: #15913C;
}
.TagClassName
{
border-color: #15913C;
}
</style>