Shades of Salem #1D865A
Tints of Salem #1D865A
RGB
CMYK
RGB Variations
Color information
#1D865A (or 0x1D865A) is known color: Salem. HEX triplet: 1D, 86 and 5A. RGB value is (29,134,90). Sum of RGB (Red+Green+Blue) = 29+134+90=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #1D865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D865A is #E279A5. Grayscale: #616161. Windows color (decimal): -14842278 or 5932573. OLE color: 5932573.
HSL color Cylindrical-coordinate representation of color #1D865A: hue angle of 154.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D865A is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 134 | 90 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.47 |
| HSL | 154.86º | 0.64% | 0.32% | - |
| HSV(B) | 154.86º | 0.78% | 0.53% | - |
| XYZ | 10.88 | 18.05 | 12.58 | - |
| YUV | 97.59 | 123.71 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 134 | 90 | 0.78 | 0 | 0.33 | 0.47 | 154.86 | 0.64 | 0.32 |
| Hex | 1D | 86 | 5A | 4E | 0 | 21 | 2F | 9B | 40 | 20 |
| Octal | 35 | 206 | 132 | 116 | 0 | 41 | 57 | 233 | 100 | 40 |
| Binary | 11101 | 10000110 | 1011010 | 1001110 | 0 | 100001 | 101111 | 10011011 | 1000000 | 100000 |
Color Harmonies of #1D865A
Complementary color
Monochromatic Colors of #1D865A
Black with #1D865A
Text Example
Text Example
White with #1D865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D865A; }
p { color: rgb(29,134,90); }
H1.HeaderClassName
{
color: #1D865A;
}
.AnyTagClassName
{
color: #1D865A;
}
</style>
background-color css
<style>
a { background-color: #1D865A; }
a { background-color: rgb(29,134,90); }
div.DivClassName
{
background-color: #1D865A;
}
.BgClassName
{
background-color: #1D865A;
}
</style>
border-color css
<style>
span { border-color: #1D865A; }
span { border-color: rgb(29,134,90); }
td.TdClassName
{
border-color: #1D865A;
}
.TagClassName
{
border-color: #1D865A;
}
</style>