Shades of Salem #1B724D
Tints of Salem #1B724D
RGB
CMYK
RGB Variations
Color information
#1B724D (or 0x1B724D) is known color: Salem. HEX triplet: 1B, 72 and 4D. RGB value is (27,114,77). Sum of RGB (Red+Green+Blue) = 27+114+77=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #1B724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B724D is #E48DB2. Grayscale: #535353. Windows color (decimal): -14978483 or 5075483. OLE color: 5075483.
HSL color Cylindrical-coordinate representation of color #1B724D: hue angle of 154.48º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B724D is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 114 | 77 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.55 |
| HSL | 154.48º | 0.62% | 0.28% | - |
| HSV(B) | 154.48º | 0.76% | 0.45% | - |
| XYZ | 7.81 | 12.8 | 9.08 | - |
| YUV | 83.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 114 | 77 | 0.76 | 0 | 0.32 | 0.55 | 154.48 | 0.62 | 0.28 |
| Hex | 1B | 72 | 4D | 4C | 0 | 20 | 37 | 9A | 3E | 1C |
| Octal | 33 | 162 | 115 | 114 | 0 | 40 | 67 | 232 | 76 | 34 |
| Binary | 11011 | 1110010 | 1001101 | 1001100 | 0 | 100000 | 110111 | 10011010 | 111110 | 11100 |
Color Harmonies of #1B724D
Complementary color
Monochromatic Colors of #1B724D
Black with #1B724D
Text Example
Text Example
White with #1B724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B724D; }
p { color: rgb(27,114,77); }
H1.HeaderClassName
{
color: #1B724D;
}
.AnyTagClassName
{
color: #1B724D;
}
</style>
background-color css
<style>
a { background-color: #1B724D; }
a { background-color: rgb(27,114,77); }
div.DivClassName
{
background-color: #1B724D;
}
.BgClassName
{
background-color: #1B724D;
}
</style>
border-color css
<style>
span { border-color: #1B724D; }
span { border-color: rgb(27,114,77); }
td.TdClassName
{
border-color: #1B724D;
}
.TagClassName
{
border-color: #1B724D;
}
</style>