Shades of Salem #1B865A
Tints of Salem #1B865A
RGB
CMYK
RGB Variations
Color information
#1B865A (or 0x1B865A) is known color: Salem. HEX triplet: 1B, 86 and 5A. RGB value is (27,134,90). Sum of RGB (Red+Green+Blue) = 27+134+90=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #1B865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B865A is #E479A5. Grayscale: #616161. Windows color (decimal): -14973350 or 5932571. OLE color: 5932571.
HSL color Cylindrical-coordinate representation of color #1B865A: hue angle of 155.33º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B865A is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 134 | 90 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.47 |
| HSL | 155.33º | 0.66% | 0.32% | - |
| HSV(B) | 155.33º | 0.8% | 0.53% | - |
| XYZ | 10.82 | 18.02 | 12.58 | - |
| YUV | 96.99 | 124.05 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 134 | 90 | 0.80 | 0 | 0.33 | 0.47 | 155.33 | 0.66 | 0.32 |
| Hex | 1B | 86 | 5A | 50 | 0 | 21 | 2F | 9B | 42 | 20 |
| Octal | 33 | 206 | 132 | 120 | 0 | 41 | 57 | 233 | 102 | 40 |
| Binary | 11011 | 10000110 | 1011010 | 1010000 | 0 | 100001 | 101111 | 10011011 | 1000010 | 100000 |
Color Harmonies of #1B865A
Complementary color
Monochromatic Colors of #1B865A
Black with #1B865A
Text Example
Text Example
White with #1B865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B865A; }
p { color: rgb(27,134,90); }
H1.HeaderClassName
{
color: #1B865A;
}
.AnyTagClassName
{
color: #1B865A;
}
</style>
background-color css
<style>
a { background-color: #1B865A; }
a { background-color: rgb(27,134,90); }
div.DivClassName
{
background-color: #1B865A;
}
.BgClassName
{
background-color: #1B865A;
}
</style>
border-color css
<style>
span { border-color: #1B865A; }
span { border-color: rgb(27,134,90); }
td.TdClassName
{
border-color: #1B865A;
}
.TagClassName
{
border-color: #1B865A;
}
</style>