Shades of Salem #15764C
Tints of Salem #15764C
RGB
CMYK
RGB Variations
Color information
#15764C (or 0x15764C) is known color: Salem. HEX triplet: 15, 76 and 4C. RGB value is (21,118,76). Sum of RGB (Red+Green+Blue) = 21+118+76=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #15764C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15764C is #EA89B3. Grayscale: #545454. Windows color (decimal): -15370676 or 5010965. OLE color: 5010965.
HSL color Cylindrical-coordinate representation of color #15764C: hue angle of 154.02º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15764C is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 118 | 76 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.54 |
| HSL | 154.02º | 0.7% | 0.27% | - |
| HSV(B) | 154.02º | 0.82% | 0.46% | - |
| XYZ | 8.09 | 13.64 | 9.04 | - |
| YUV | 84.21 | 123.36 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 76 | 0.82 | 0 | 0.36 | 0.54 | 154.02 | 0.7 | 0.27 |
| Hex | 15 | 76 | 4C | 52 | 0 | 24 | 36 | 9A | 46 | 1B |
| Octal | 25 | 166 | 114 | 122 | 0 | 44 | 66 | 232 | 106 | 33 |
| Binary | 10101 | 1110110 | 1001100 | 1010010 | 0 | 100100 | 110110 | 10011010 | 1000110 | 11011 |
Color Harmonies of #15764C
Complementary color
Monochromatic Colors of #15764C
Black with #15764C
Text Example
Text Example
White with #15764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15764C; }
p { color: rgb(21,118,76); }
H1.HeaderClassName
{
color: #15764C;
}
.AnyTagClassName
{
color: #15764C;
}
</style>
background-color css
<style>
a { background-color: #15764C; }
a { background-color: rgb(21,118,76); }
div.DivClassName
{
background-color: #15764C;
}
.BgClassName
{
background-color: #15764C;
}
</style>
border-color css
<style>
span { border-color: #15764C; }
span { border-color: rgb(21,118,76); }
td.TdClassName
{
border-color: #15764C;
}
.TagClassName
{
border-color: #15764C;
}
</style>