Shades of Salem #1B774C
Tints of Salem #1B774C
RGB
CMYK
RGB Variations
Color information
#1B774C (or 0x1B774C) is known color: Salem. HEX triplet: 1B, 77 and 4C. RGB value is (27,119,76). Sum of RGB (Red+Green+Blue) = 27+119+76=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #1B774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B774C is #E488B3. Grayscale: #565656. Windows color (decimal): -14977204 or 5011227. OLE color: 5011227.
HSL color Cylindrical-coordinate representation of color #1B774C: hue angle of 151.96º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B774C is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 119 | 76 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.53 |
| HSL | 151.96º | 0.63% | 0.29% | - |
| HSV(B) | 151.96º | 0.77% | 0.47% | - |
| XYZ | 8.35 | 13.95 | 9.09 | - |
| YUV | 86.59 | 122.02 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 119 | 76 | 0.77 | 0 | 0.36 | 0.53 | 151.96 | 0.63 | 0.29 |
| Hex | 1B | 77 | 4C | 4D | 0 | 24 | 35 | 98 | 3F | 1D |
| Octal | 33 | 167 | 114 | 115 | 0 | 44 | 65 | 230 | 77 | 35 |
| Binary | 11011 | 1110111 | 1001100 | 1001101 | 0 | 100100 | 110101 | 10011000 | 111111 | 11101 |
Color Harmonies of #1B774C
Complementary color
Monochromatic Colors of #1B774C
Black with #1B774C
Text Example
Text Example
White with #1B774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B774C; }
p { color: rgb(27,119,76); }
H1.HeaderClassName
{
color: #1B774C;
}
.AnyTagClassName
{
color: #1B774C;
}
</style>
background-color css
<style>
a { background-color: #1B774C; }
a { background-color: rgb(27,119,76); }
div.DivClassName
{
background-color: #1B774C;
}
.BgClassName
{
background-color: #1B774C;
}
</style>
border-color css
<style>
span { border-color: #1B774C; }
span { border-color: rgb(27,119,76); }
td.TdClassName
{
border-color: #1B774C;
}
.TagClassName
{
border-color: #1B774C;
}
</style>