Shades of Salem #23774C
Tints of Salem #23774C
RGB
CMYK
RGB Variations
Color information
#23774C (or 0x23774C) is known color: Salem. HEX triplet: 23, 77 and 4C. RGB value is (35,119,76). Sum of RGB (Red+Green+Blue) = 35+119+76=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #23774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23774C is #DC88B3. Grayscale: #595959. Windows color (decimal): -14452916 or 5011235. OLE color: 5011235.
HSL color Cylindrical-coordinate representation of color #23774C: hue angle of 149.29º 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 #23774C is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 119 | 76 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.53 |
| HSL | 149.29º | 0.55% | 0.3% | - |
| HSV(B) | 149.29º | 0.71% | 0.47% | - |
| XYZ | 8.59 | 14.07 | 9.1 | - |
| YUV | 88.98 | 120.67 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 119 | 76 | 0.71 | 0 | 0.36 | 0.53 | 149.29 | 0.55 | 0.3 |
| Hex | 23 | 77 | 4C | 47 | 0 | 24 | 35 | 95 | 37 | 1E |
| Octal | 43 | 167 | 114 | 107 | 0 | 44 | 65 | 225 | 67 | 36 |
| Binary | 100011 | 1110111 | 1001100 | 1000111 | 0 | 100100 | 110101 | 10010101 | 110111 | 11110 |
Color Harmonies of #23774C
Complementary color
Monochromatic Colors of #23774C
Black with #23774C
Text Example
Text Example
White with #23774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23774C; }
p { color: rgb(35,119,76); }
H1.HeaderClassName
{
color: #23774C;
}
.AnyTagClassName
{
color: #23774C;
}
</style>
background-color css
<style>
a { background-color: #23774C; }
a { background-color: rgb(35,119,76); }
div.DivClassName
{
background-color: #23774C;
}
.BgClassName
{
background-color: #23774C;
}
</style>
border-color css
<style>
span { border-color: #23774C; }
span { border-color: rgb(35,119,76); }
td.TdClassName
{
border-color: #23774C;
}
.TagClassName
{
border-color: #23774C;
}
</style>