Shades of Salem #1B7F4D
Tints of Salem #1B7F4D
RGB
CMYK
RGB Variations
Color information
#1B7F4D (or 0x1B7F4D) is known color: Salem. HEX triplet: 1B, 7F and 4D. RGB value is (27,127,77). Sum of RGB (Red+Green+Blue) = 27+127+77=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 127 (50% from 255 or 54.98% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 127 - color contains mainly: green. Hex color #1B7F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7F4D is #E480B2. Grayscale: #5B5B5B. Windows color (decimal): -14975155 or 5078811. OLE color: 5078811.
HSL color Cylindrical-coordinate representation of color #1B7F4D: hue angle of 150º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7F4D is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 27 | 127 | 77 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.50 |
| HSL | 150º | 0.65% | 0.3% | - |
| HSV(B) | 150º | 0.79% | 0.5% | - |
| XYZ | 9.38 | 15.95 | 9.6 | - |
| YUV | 91.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 127 | 77 | 0.79 | 0 | 0.39 | 0.50 | 150 | 0.65 | 0.3 |
| Hex | 1B | 7F | 4D | 4F | 0 | 27 | 32 | 96 | 41 | 1E |
| Octal | 33 | 177 | 115 | 117 | 0 | 47 | 62 | 226 | 101 | 36 |
| Binary | 11011 | 1111111 | 1001101 | 1001111 | 0 | 100111 | 110010 | 10010110 | 1000001 | 11110 |
Color Harmonies of #1B7F4D
Complementary color
Monochromatic Colors of #1B7F4D
Black with #1B7F4D
Text Example
Text Example
White with #1B7F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7F4D; }
p { color: rgb(27,127,77); }
H1.HeaderClassName
{
color: #1B7F4D;
}
.AnyTagClassName
{
color: #1B7F4D;
}
</style>
background-color css
<style>
a { background-color: #1B7F4D; }
a { background-color: rgb(27,127,77); }
div.DivClassName
{
background-color: #1B7F4D;
}
.BgClassName
{
background-color: #1B7F4D;
}
</style>
border-color css
<style>
span { border-color: #1B7F4D; }
span { border-color: rgb(27,127,77); }
td.TdClassName
{
border-color: #1B7F4D;
}
.TagClassName
{
border-color: #1B7F4D;
}
</style>