Shades of Salem #15923F
Tints of Salem #15923F
RGB
CMYK
RGB Variations
Color information
#15923F (or 0x15923F) is known color: Salem. HEX triplet: 15, 92 and 3F. RGB value is (21,146,63). Sum of RGB (Red+Green+Blue) = 21+146+63=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 146 (57.42% from 255 or 63.48% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 146 - color contains mainly: green. Hex color #15923F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15923F is #EA6DC0. Grayscale: #636363. Windows color (decimal): -15363521 or 4166165. OLE color: 4166165.
HSL color Cylindrical-coordinate representation of color #15923F: hue angle of 140.16º 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 #15923F is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 146 | 63 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.43 |
| HSL | 140.16º | 0.75% | 0.33% | - |
| HSV(B) | 140.16º | 0.86% | 0.57% | - |
| XYZ | 11.49 | 21.08 | 8.17 | - |
| YUV | 99.16 | 107.59 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 63 | 0.86 | 0 | 0.57 | 0.43 | 140.16 | 0.75 | 0.33 |
| Hex | 15 | 92 | 3F | 56 | 0 | 39 | 2B | 8C | 4B | 21 |
| Octal | 25 | 222 | 77 | 126 | 0 | 71 | 53 | 214 | 113 | 41 |
| Binary | 10101 | 10010010 | 111111 | 1010110 | 0 | 111001 | 101011 | 10001100 | 1001011 | 100001 |
Color Harmonies of #15923F
Complementary color
Monochromatic Colors of #15923F
Black with #15923F
Text Example
Text Example
White with #15923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15923F; }
p { color: rgb(21,146,63); }
H1.HeaderClassName
{
color: #15923F;
}
.AnyTagClassName
{
color: #15923F;
}
</style>
background-color css
<style>
a { background-color: #15923F; }
a { background-color: rgb(21,146,63); }
div.DivClassName
{
background-color: #15923F;
}
.BgClassName
{
background-color: #15923F;
}
</style>
border-color css
<style>
span { border-color: #15923F; }
span { border-color: rgb(21,146,63); }
td.TdClassName
{
border-color: #15923F;
}
.TagClassName
{
border-color: #15923F;
}
</style>