Shades of Salem #1B734C
Tints of Salem #1B734C
RGB
CMYK
RGB Variations
Color information
#1B734C (or 0x1B734C) is known color: Salem. HEX triplet: 1B, 73 and 4C. RGB value is (27,115,76). Sum of RGB (Red+Green+Blue) = 27+115+76=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #1B734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B734C is #E48CB3. Grayscale: #545454. Windows color (decimal): -14978228 or 5010203. OLE color: 5010203.
HSL color Cylindrical-coordinate representation of color #1B734C: hue angle of 153.41º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B734C is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 115 | 76 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.55 |
| HSL | 153.41º | 0.62% | 0.28% | - |
| HSV(B) | 153.41º | 0.77% | 0.45% | - |
| XYZ | 7.89 | 13.02 | 8.93 | - |
| YUV | 84.24 | 123.35 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 76 | 0.77 | 0 | 0.34 | 0.55 | 153.41 | 0.62 | 0.28 |
| Hex | 1B | 73 | 4C | 4D | 0 | 22 | 37 | 99 | 3E | 1C |
| Octal | 33 | 163 | 114 | 115 | 0 | 42 | 67 | 231 | 76 | 34 |
| Binary | 11011 | 1110011 | 1001100 | 1001101 | 0 | 100010 | 110111 | 10011001 | 111110 | 11100 |
Color Harmonies of #1B734C
Complementary color
Monochromatic Colors of #1B734C
Black with #1B734C
Text Example
Text Example
White with #1B734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B734C; }
p { color: rgb(27,115,76); }
H1.HeaderClassName
{
color: #1B734C;
}
.AnyTagClassName
{
color: #1B734C;
}
</style>
background-color css
<style>
a { background-color: #1B734C; }
a { background-color: rgb(27,115,76); }
div.DivClassName
{
background-color: #1B734C;
}
.BgClassName
{
background-color: #1B734C;
}
</style>
border-color css
<style>
span { border-color: #1B734C; }
span { border-color: rgb(27,115,76); }
td.TdClassName
{
border-color: #1B734C;
}
.TagClassName
{
border-color: #1B734C;
}
</style>