Shades of Salem #15734C
Tints of Salem #15734C
RGB
CMYK
RGB Variations
Color information
#15734C (or 0x15734C) is known color: Salem. HEX triplet: 15, 73 and 4C. RGB value is (21,115,76). Sum of RGB (Red+Green+Blue) = 21+115+76=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #15734C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15734C is #EA8CB3. Grayscale: #525252. Windows color (decimal): -15371444 or 5010197. OLE color: 5010197.
HSL color Cylindrical-coordinate representation of color #15734C: hue angle of 155.11º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15734C is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 115 | 76 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.55 |
| HSL | 155.11º | 0.69% | 0.27% | - |
| HSV(B) | 155.11º | 0.82% | 0.45% | - |
| XYZ | 7.74 | 12.94 | 8.93 | - |
| YUV | 82.45 | 124.36 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 76 | 0.82 | 0 | 0.34 | 0.55 | 155.11 | 0.69 | 0.27 |
| Hex | 15 | 73 | 4C | 52 | 0 | 22 | 37 | 9B | 45 | 1B |
| Octal | 25 | 163 | 114 | 122 | 0 | 42 | 67 | 233 | 105 | 33 |
| Binary | 10101 | 1110011 | 1001100 | 1010010 | 0 | 100010 | 110111 | 10011011 | 1000101 | 11011 |
Color Harmonies of #15734C
Complementary color
Monochromatic Colors of #15734C
Black with #15734C
Text Example
Text Example
White with #15734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15734C; }
p { color: rgb(21,115,76); }
H1.HeaderClassName
{
color: #15734C;
}
.AnyTagClassName
{
color: #15734C;
}
</style>
background-color css
<style>
a { background-color: #15734C; }
a { background-color: rgb(21,115,76); }
div.DivClassName
{
background-color: #15734C;
}
.BgClassName
{
background-color: #15734C;
}
</style>
border-color css
<style>
span { border-color: #15734C; }
span { border-color: rgb(21,115,76); }
td.TdClassName
{
border-color: #15734C;
}
.TagClassName
{
border-color: #15734C;
}
</style>