Shades of Salem #1B7452
Tints of Salem #1B7452
RGB
CMYK
RGB Variations
Color information
#1B7452 (or 0x1B7452) is known color: Salem. HEX triplet: 1B, 74 and 52. RGB value is (27,116,82). Sum of RGB (Red+Green+Blue) = 27+116+82=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #1B7452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7452 is #E48BAD. Grayscale: #555555. Windows color (decimal): -14977966 or 5403675. OLE color: 5403675.
HSL color Cylindrical-coordinate representation of color #1B7452: hue angle of 157.08º 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 #1B7452 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 116 | 82 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.55 |
| HSL | 157.08º | 0.62% | 0.28% | - |
| HSV(B) | 157.08º | 0.77% | 0.45% | - |
| XYZ | 8.22 | 13.33 | 10.12 | - |
| YUV | 85.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 82 | 0.77 | 0 | 0.29 | 0.55 | 157.08 | 0.62 | 0.28 |
| Hex | 1B | 74 | 52 | 4D | 0 | 1D | 37 | 9D | 3E | 1C |
| Octal | 33 | 164 | 122 | 115 | 0 | 35 | 67 | 235 | 76 | 34 |
| Binary | 11011 | 1110100 | 1010010 | 1001101 | 0 | 11101 | 110111 | 10011101 | 111110 | 11100 |
Color Harmonies of #1B7452
Complementary color
Monochromatic Colors of #1B7452
Black with #1B7452
Text Example
Text Example
White with #1B7452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7452; }
p { color: rgb(27,116,82); }
H1.HeaderClassName
{
color: #1B7452;
}
.AnyTagClassName
{
color: #1B7452;
}
</style>
background-color css
<style>
a { background-color: #1B7452; }
a { background-color: rgb(27,116,82); }
div.DivClassName
{
background-color: #1B7452;
}
.BgClassName
{
background-color: #1B7452;
}
</style>
border-color css
<style>
span { border-color: #1B7452; }
span { border-color: rgb(27,116,82); }
td.TdClassName
{
border-color: #1B7452;
}
.TagClassName
{
border-color: #1B7452;
}
</style>