Shades of Salem #1B834E
Tints of Salem #1B834E
RGB
CMYK
RGB Variations
Color information
#1B834E (or 0x1B834E) is known color: Salem. HEX triplet: 1B, 83 and 4E. RGB value is (27,131,78). Sum of RGB (Red+Green+Blue) = 27+131+78=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #1B834E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B834E is #E47CB1. Grayscale: #5D5D5D. Windows color (decimal): -14974130 or 5145371. OLE color: 5145371.
HSL color Cylindrical-coordinate representation of color #1B834E: hue angle of 149.42º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B834E is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 131 | 78 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.49 |
| HSL | 149.42º | 0.66% | 0.31% | - |
| HSV(B) | 149.42º | 0.79% | 0.51% | - |
| XYZ | 9.94 | 17.02 | 9.97 | - |
| YUV | 93.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 131 | 78 | 0.79 | 0 | 0.40 | 0.49 | 149.42 | 0.66 | 0.31 |
| Hex | 1B | 83 | 4E | 4F | 0 | 28 | 31 | 95 | 42 | 1F |
| Octal | 33 | 203 | 116 | 117 | 0 | 50 | 61 | 225 | 102 | 37 |
| Binary | 11011 | 10000011 | 1001110 | 1001111 | 0 | 101000 | 110001 | 10010101 | 1000010 | 11111 |
Color Harmonies of #1B834E
Complementary color
Monochromatic Colors of #1B834E
Black with #1B834E
Text Example
Text Example
White with #1B834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B834E; }
p { color: rgb(27,131,78); }
H1.HeaderClassName
{
color: #1B834E;
}
.AnyTagClassName
{
color: #1B834E;
}
</style>
background-color css
<style>
a { background-color: #1B834E; }
a { background-color: rgb(27,131,78); }
div.DivClassName
{
background-color: #1B834E;
}
.BgClassName
{
background-color: #1B834E;
}
</style>
border-color css
<style>
span { border-color: #1B834E; }
span { border-color: rgb(27,131,78); }
td.TdClassName
{
border-color: #1B834E;
}
.TagClassName
{
border-color: #1B834E;
}
</style>