Shades of Salem #1C804C
Tints of Salem #1C804C
RGB
CMYK
RGB Variations
Color information
#1C804C (or 0x1C804C) is known color: Salem. HEX triplet: 1C, 80 and 4C. RGB value is (28,128,76). Sum of RGB (Red+Green+Blue) = 28+128+76=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #1C804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C804C is #E37FB3. Grayscale: #5C5C5C. Windows color (decimal): -14909364 or 5013532. OLE color: 5013532.
HSL color Cylindrical-coordinate representation of color #1C804C: hue angle of 148.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C804C is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 128 | 76 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.50 |
| HSL | 148.8º | 0.64% | 0.31% | - |
| HSV(B) | 148.8º | 0.78% | 0.5% | - |
| XYZ | 9.5 | 16.21 | 9.46 | - |
| YUV | 92.17 | 118.87 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 128 | 76 | 0.78 | 0 | 0.41 | 0.50 | 148.8 | 0.64 | 0.31 |
| Hex | 1C | 80 | 4C | 4E | 0 | 29 | 32 | 95 | 40 | 1F |
| Octal | 34 | 200 | 114 | 116 | 0 | 51 | 62 | 225 | 100 | 37 |
| Binary | 11100 | 10000000 | 1001100 | 1001110 | 0 | 101001 | 110010 | 10010101 | 1000000 | 11111 |
Color Harmonies of #1C804C
Complementary color
Monochromatic Colors of #1C804C
Black with #1C804C
Text Example
Text Example
White with #1C804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C804C; }
p { color: rgb(28,128,76); }
H1.HeaderClassName
{
color: #1C804C;
}
.AnyTagClassName
{
color: #1C804C;
}
</style>
background-color css
<style>
a { background-color: #1C804C; }
a { background-color: rgb(28,128,76); }
div.DivClassName
{
background-color: #1C804C;
}
.BgClassName
{
background-color: #1C804C;
}
</style>
border-color css
<style>
span { border-color: #1C804C; }
span { border-color: rgb(28,128,76); }
td.TdClassName
{
border-color: #1C804C;
}
.TagClassName
{
border-color: #1C804C;
}
</style>