Shades of Salem #1C7B4B
Tints of Salem #1C7B4B
RGB
CMYK
RGB Variations
Color information
#1C7B4B (or 0x1C7B4B) is known color: Salem. HEX triplet: 1C, 7B and 4B. RGB value is (28,123,75). Sum of RGB (Red+Green+Blue) = 28+123+75=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #1C7B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7B4B is #E384B4. Grayscale: #595959. Windows color (decimal): -14910645 or 4946716. OLE color: 4946716.
HSL color Cylindrical-coordinate representation of color #1C7B4B: hue angle of 149.68º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7B4B is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 123 | 75 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.52 |
| HSL | 149.68º | 0.63% | 0.3% | - |
| HSV(B) | 149.68º | 0.77% | 0.48% | - |
| XYZ | 8.83 | 14.92 | 9.07 | - |
| YUV | 89.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 123 | 75 | 0.77 | 0 | 0.39 | 0.52 | 149.68 | 0.63 | 0.3 |
| Hex | 1C | 7B | 4B | 4D | 0 | 27 | 34 | 96 | 3F | 1E |
| Octal | 34 | 173 | 113 | 115 | 0 | 47 | 64 | 226 | 77 | 36 |
| Binary | 11100 | 1111011 | 1001011 | 1001101 | 0 | 100111 | 110100 | 10010110 | 111111 | 11110 |
Color Harmonies of #1C7B4B
Complementary color
Monochromatic Colors of #1C7B4B
Black with #1C7B4B
Text Example
Text Example
White with #1C7B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7B4B; }
p { color: rgb(28,123,75); }
H1.HeaderClassName
{
color: #1C7B4B;
}
.AnyTagClassName
{
color: #1C7B4B;
}
</style>
background-color css
<style>
a { background-color: #1C7B4B; }
a { background-color: rgb(28,123,75); }
div.DivClassName
{
background-color: #1C7B4B;
}
.BgClassName
{
background-color: #1C7B4B;
}
</style>
border-color css
<style>
span { border-color: #1C7B4B; }
span { border-color: rgb(28,123,75); }
td.TdClassName
{
border-color: #1C7B4B;
}
.TagClassName
{
border-color: #1C7B4B;
}
</style>