Shades of Salem #23784D
Tints of Salem #23784D
RGB
CMYK
RGB Variations
Color information
#23784D (or 0x23784D) is known color: Salem. HEX triplet: 23, 78 and 4D. RGB value is (35,120,77). Sum of RGB (Red+Green+Blue) = 35+120+77=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #23784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23784D is #DC87B2. Grayscale: #595959. Windows color (decimal): -14452659 or 5077027. OLE color: 5077027.
HSL color Cylindrical-coordinate representation of color #23784D: hue angle of 149.65º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23784D is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 120 | 77 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.53 |
| HSL | 149.65º | 0.55% | 0.3% | - |
| HSV(B) | 149.65º | 0.71% | 0.47% | - |
| XYZ | 8.75 | 14.33 | 9.33 | - |
| YUV | 89.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 120 | 77 | 0.71 | 0 | 0.36 | 0.53 | 149.65 | 0.55 | 0.3 |
| Hex | 23 | 78 | 4D | 47 | 0 | 24 | 35 | 96 | 37 | 1E |
| Octal | 43 | 170 | 115 | 107 | 0 | 44 | 65 | 226 | 67 | 36 |
| Binary | 100011 | 1111000 | 1001101 | 1000111 | 0 | 100100 | 110101 | 10010110 | 110111 | 11110 |
Color Harmonies of #23784D
Complementary color
Monochromatic Colors of #23784D
Black with #23784D
Text Example
Text Example
White with #23784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23784D; }
p { color: rgb(35,120,77); }
H1.HeaderClassName
{
color: #23784D;
}
.AnyTagClassName
{
color: #23784D;
}
</style>
background-color css
<style>
a { background-color: #23784D; }
a { background-color: rgb(35,120,77); }
div.DivClassName
{
background-color: #23784D;
}
.BgClassName
{
background-color: #23784D;
}
</style>
border-color css
<style>
span { border-color: #23784D; }
span { border-color: rgb(35,120,77); }
td.TdClassName
{
border-color: #23784D;
}
.TagClassName
{
border-color: #23784D;
}
</style>