Shades of Salem #1D824C
Tints of Salem #1D824C
RGB
CMYK
RGB Variations
Color information
#1D824C (or 0x1D824C) is known color: Salem. HEX triplet: 1D, 82 and 4C. RGB value is (29,130,76). Sum of RGB (Red+Green+Blue) = 29+130+76=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #1D824C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D824C is #E27DB3. Grayscale: #5D5D5D. Windows color (decimal): -14843316 or 5014045. OLE color: 5014045.
HSL color Cylindrical-coordinate representation of color #1D824C: hue angle of 147.92º 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 #1D824C is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 130 | 76 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.49 |
| HSL | 147.92º | 0.64% | 0.31% | - |
| HSV(B) | 147.92º | 0.78% | 0.51% | - |
| XYZ | 9.79 | 16.75 | 9.55 | - |
| YUV | 93.65 | 118.04 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 130 | 76 | 0.78 | 0 | 0.42 | 0.49 | 147.92 | 0.64 | 0.31 |
| Hex | 1D | 82 | 4C | 4E | 0 | 2A | 31 | 94 | 40 | 1F |
| Octal | 35 | 202 | 114 | 116 | 0 | 52 | 61 | 224 | 100 | 37 |
| Binary | 11101 | 10000010 | 1001100 | 1001110 | 0 | 101010 | 110001 | 10010100 | 1000000 | 11111 |
Color Harmonies of #1D824C
Complementary color
Monochromatic Colors of #1D824C
Black with #1D824C
Text Example
Text Example
White with #1D824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D824C; }
p { color: rgb(29,130,76); }
H1.HeaderClassName
{
color: #1D824C;
}
.AnyTagClassName
{
color: #1D824C;
}
</style>
background-color css
<style>
a { background-color: #1D824C; }
a { background-color: rgb(29,130,76); }
div.DivClassName
{
background-color: #1D824C;
}
.BgClassName
{
background-color: #1D824C;
}
</style>
border-color css
<style>
span { border-color: #1D824C; }
span { border-color: rgb(29,130,76); }
td.TdClassName
{
border-color: #1D824C;
}
.TagClassName
{
border-color: #1D824C;
}
</style>