Shades of Salem #1B893C
Tints of Salem #1B893C
RGB
CMYK
RGB Variations
Color information
#1B893C (or 0x1B893C) is known color: Salem. HEX triplet: 1B, 89 and 3C. RGB value is (27,137,60). Sum of RGB (Red+Green+Blue) = 27+137+60=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 137 (53.91% from 255 or 61.16% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 137 - color contains mainly: green. Hex color #1B893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B893C is #E476C3. Grayscale: #5F5F5F. Windows color (decimal): -14972612 or 3967259. OLE color: 3967259.
HSL color Cylindrical-coordinate representation of color #1B893C: hue angle of 138º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B893C is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 27 | 137 | 60 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.46 |
| HSL | 138º | 0.67% | 0.32% | - |
| HSV(B) | 138º | 0.8% | 0.54% | - |
| XYZ | 10.21 | 18.45 | 7.3 | - |
| YUV | 95.33 | 108.06 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 137 | 60 | 0.80 | 0 | 0.56 | 0.46 | 138 | 0.67 | 0.32 |
| Hex | 1B | 89 | 3C | 50 | 0 | 38 | 2E | 8A | 43 | 20 |
| Octal | 33 | 211 | 74 | 120 | 0 | 70 | 56 | 212 | 103 | 40 |
| Binary | 11011 | 10001001 | 111100 | 1010000 | 0 | 111000 | 101110 | 10001010 | 1000011 | 100000 |
Color Harmonies of #1B893C
Complementary color
Monochromatic Colors of #1B893C
Black with #1B893C
Text Example
Text Example
White with #1B893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B893C; }
p { color: rgb(27,137,60); }
H1.HeaderClassName
{
color: #1B893C;
}
.AnyTagClassName
{
color: #1B893C;
}
</style>
background-color css
<style>
a { background-color: #1B893C; }
a { background-color: rgb(27,137,60); }
div.DivClassName
{
background-color: #1B893C;
}
.BgClassName
{
background-color: #1B893C;
}
</style>
border-color css
<style>
span { border-color: #1B893C; }
span { border-color: rgb(27,137,60); }
td.TdClassName
{
border-color: #1B893C;
}
.TagClassName
{
border-color: #1B893C;
}
</style>