Shades of Salem #15764F
Tints of Salem #15764F
RGB
CMYK
RGB Variations
Color information
#15764F (or 0x15764F) is known color: Salem. HEX triplet: 15, 76 and 4F. RGB value is (21,118,79). Sum of RGB (Red+Green+Blue) = 21+118+79=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #15764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15764F is #EA89B0. Grayscale: #545454. Windows color (decimal): -15370673 or 5207573. OLE color: 5207573.
HSL color Cylindrical-coordinate representation of color #15764F: hue angle of 155.88º 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 #15764F is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 118 | 79 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.54 |
| HSL | 155.88º | 0.7% | 0.27% | - |
| HSV(B) | 155.88º | 0.82% | 0.46% | - |
| XYZ | 8.2 | 13.68 | 9.61 | - |
| YUV | 84.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 79 | 0.82 | 0 | 0.33 | 0.54 | 155.88 | 0.7 | 0.27 |
| Hex | 15 | 76 | 4F | 52 | 0 | 21 | 36 | 9C | 46 | 1B |
| Octal | 25 | 166 | 117 | 122 | 0 | 41 | 66 | 234 | 106 | 33 |
| Binary | 10101 | 1110110 | 1001111 | 1010010 | 0 | 100001 | 110110 | 10011100 | 1000110 | 11011 |
Color Harmonies of #15764F
Complementary color
Monochromatic Colors of #15764F
Black with #15764F
Text Example
Text Example
White with #15764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15764F; }
p { color: rgb(21,118,79); }
H1.HeaderClassName
{
color: #15764F;
}
.AnyTagClassName
{
color: #15764F;
}
</style>
background-color css
<style>
a { background-color: #15764F; }
a { background-color: rgb(21,118,79); }
div.DivClassName
{
background-color: #15764F;
}
.BgClassName
{
background-color: #15764F;
}
</style>
border-color css
<style>
span { border-color: #15764F; }
span { border-color: rgb(21,118,79); }
td.TdClassName
{
border-color: #15764F;
}
.TagClassName
{
border-color: #15764F;
}
</style>