Shades of Salem #15784F
Tints of Salem #15784F
RGB
CMYK
RGB Variations
Color information
#15784F (or 0x15784F) is known color: Salem. HEX triplet: 15, 78 and 4F. RGB value is (21,120,79). Sum of RGB (Red+Green+Blue) = 21+120+79=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #15784F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15784F is #EA87B0. Grayscale: #555555. Windows color (decimal): -15370161 or 5208085. OLE color: 5208085.
HSL color Cylindrical-coordinate representation of color #15784F: hue angle of 155.15º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15784F is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 120 | 79 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.53 |
| HSL | 155.15º | 0.7% | 0.28% | - |
| HSV(B) | 155.15º | 0.83% | 0.47% | - |
| XYZ | 8.44 | 14.16 | 9.69 | - |
| YUV | 85.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 79 | 0.83 | 0 | 0.34 | 0.53 | 155.15 | 0.7 | 0.28 |
| Hex | 15 | 78 | 4F | 53 | 0 | 22 | 35 | 9B | 46 | 1C |
| Octal | 25 | 170 | 117 | 123 | 0 | 42 | 65 | 233 | 106 | 34 |
| Binary | 10101 | 1111000 | 1001111 | 1010011 | 0 | 100010 | 110101 | 10011011 | 1000110 | 11100 |
Color Harmonies of #15784F
Complementary color
Monochromatic Colors of #15784F
Black with #15784F
Text Example
Text Example
White with #15784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15784F; }
p { color: rgb(21,120,79); }
H1.HeaderClassName
{
color: #15784F;
}
.AnyTagClassName
{
color: #15784F;
}
</style>
background-color css
<style>
a { background-color: #15784F; }
a { background-color: rgb(21,120,79); }
div.DivClassName
{
background-color: #15784F;
}
.BgClassName
{
background-color: #15784F;
}
</style>
border-color css
<style>
span { border-color: #15784F; }
span { border-color: rgb(21,120,79); }
td.TdClassName
{
border-color: #15784F;
}
.TagClassName
{
border-color: #15784F;
}
</style>