Shades of Salem #1B794B
Tints of Salem #1B794B
RGB
CMYK
RGB Variations
Color information
#1B794B (or 0x1B794B) is known color: Salem. HEX triplet: 1B, 79 and 4B. RGB value is (27,121,75). Sum of RGB (Red+Green+Blue) = 27+121+75=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #1B794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B794B is #E486B4. Grayscale: #575757. Windows color (decimal): -14976693 or 4946203. OLE color: 4946203.
HSL color Cylindrical-coordinate representation of color #1B794B: hue angle of 150.64º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B794B is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 121 | 75 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.53 |
| HSL | 150.64º | 0.64% | 0.29% | - |
| HSV(B) | 150.64º | 0.78% | 0.47% | - |
| XYZ | 8.56 | 14.42 | 8.99 | - |
| YUV | 87.65 | 120.86 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 121 | 75 | 0.78 | 0 | 0.38 | 0.53 | 150.64 | 0.64 | 0.29 |
| Hex | 1B | 79 | 4B | 4E | 0 | 26 | 35 | 97 | 40 | 1D |
| Octal | 33 | 171 | 113 | 116 | 0 | 46 | 65 | 227 | 100 | 35 |
| Binary | 11011 | 1111001 | 1001011 | 1001110 | 0 | 100110 | 110101 | 10010111 | 1000000 | 11101 |
Color Harmonies of #1B794B
Complementary color
Monochromatic Colors of #1B794B
Black with #1B794B
Text Example
Text Example
White with #1B794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B794B; }
p { color: rgb(27,121,75); }
H1.HeaderClassName
{
color: #1B794B;
}
.AnyTagClassName
{
color: #1B794B;
}
</style>
background-color css
<style>
a { background-color: #1B794B; }
a { background-color: rgb(27,121,75); }
div.DivClassName
{
background-color: #1B794B;
}
.BgClassName
{
background-color: #1B794B;
}
</style>
border-color css
<style>
span { border-color: #1B794B; }
span { border-color: rgb(27,121,75); }
td.TdClassName
{
border-color: #1B794B;
}
.TagClassName
{
border-color: #1B794B;
}
</style>