Shades of Salem #1B7B4F
Tints of Salem #1B7B4F
RGB
CMYK
RGB Variations
Color information
#1B7B4F (or 0x1B7B4F) is known color: Salem. HEX triplet: 1B, 7B and 4F. RGB value is (27,123,79). Sum of RGB (Red+Green+Blue) = 27+123+79=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #1B7B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7B4F is #E484B0. Grayscale: #595959. Windows color (decimal): -14976177 or 5208859. OLE color: 5208859.
HSL color Cylindrical-coordinate representation of color #1B7B4F: hue angle of 152.5º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7B4F is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 123 | 79 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.52 |
| HSL | 152.5º | 0.64% | 0.29% | - |
| HSV(B) | 152.5º | 0.78% | 0.48% | - |
| XYZ | 8.95 | 14.96 | 9.81 | - |
| YUV | 89.28 | 122.2 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 123 | 79 | 0.78 | 0 | 0.36 | 0.52 | 152.5 | 0.64 | 0.29 |
| Hex | 1B | 7B | 4F | 4E | 0 | 24 | 34 | 98 | 40 | 1D |
| Octal | 33 | 173 | 117 | 116 | 0 | 44 | 64 | 230 | 100 | 35 |
| Binary | 11011 | 1111011 | 1001111 | 1001110 | 0 | 100100 | 110100 | 10011000 | 1000000 | 11101 |
Color Harmonies of #1B7B4F
Complementary color
Monochromatic Colors of #1B7B4F
Black with #1B7B4F
Text Example
Text Example
White with #1B7B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7B4F; }
p { color: rgb(27,123,79); }
H1.HeaderClassName
{
color: #1B7B4F;
}
.AnyTagClassName
{
color: #1B7B4F;
}
</style>
background-color css
<style>
a { background-color: #1B7B4F; }
a { background-color: rgb(27,123,79); }
div.DivClassName
{
background-color: #1B7B4F;
}
.BgClassName
{
background-color: #1B7B4F;
}
</style>
border-color css
<style>
span { border-color: #1B7B4F; }
span { border-color: rgb(27,123,79); }
td.TdClassName
{
border-color: #1B7B4F;
}
.TagClassName
{
border-color: #1B7B4F;
}
</style>