Shades of Salem #1C814D
Tints of Salem #1C814D
RGB
CMYK
RGB Variations
Color information
#1C814D (or 0x1C814D) is known color: Salem. HEX triplet: 1C, 81 and 4D. RGB value is (28,129,77). Sum of RGB (Red+Green+Blue) = 28+129+77=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #1C814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C814D is #E37EB2. Grayscale: #5C5C5C. Windows color (decimal): -14909107 or 5079324. OLE color: 5079324.
HSL color Cylindrical-coordinate representation of color #1C814D: hue angle of 149.11º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C814D is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 129 | 77 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.49 |
| HSL | 149.11º | 0.64% | 0.31% | - |
| HSV(B) | 149.11º | 0.78% | 0.51% | - |
| XYZ | 9.67 | 16.48 | 9.69 | - |
| YUV | 92.87 | 119.04 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 129 | 77 | 0.78 | 0 | 0.40 | 0.49 | 149.11 | 0.64 | 0.31 |
| Hex | 1C | 81 | 4D | 4E | 0 | 28 | 31 | 95 | 40 | 1F |
| Octal | 34 | 201 | 115 | 116 | 0 | 50 | 61 | 225 | 100 | 37 |
| Binary | 11100 | 10000001 | 1001101 | 1001110 | 0 | 101000 | 110001 | 10010101 | 1000000 | 11111 |
Color Harmonies of #1C814D
Complementary color
Monochromatic Colors of #1C814D
Black with #1C814D
Text Example
Text Example
White with #1C814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C814D; }
p { color: rgb(28,129,77); }
H1.HeaderClassName
{
color: #1C814D;
}
.AnyTagClassName
{
color: #1C814D;
}
</style>
background-color css
<style>
a { background-color: #1C814D; }
a { background-color: rgb(28,129,77); }
div.DivClassName
{
background-color: #1C814D;
}
.BgClassName
{
background-color: #1C814D;
}
</style>
border-color css
<style>
span { border-color: #1C814D; }
span { border-color: rgb(28,129,77); }
td.TdClassName
{
border-color: #1C814D;
}
.TagClassName
{
border-color: #1C814D;
}
</style>