Shades of Salem #23774E
Tints of Salem #23774E
RGB
CMYK
RGB Variations
Color information
#23774E (or 0x23774E) is known color: Salem. HEX triplet: 23, 77 and 4E. RGB value is (35,119,78). Sum of RGB (Red+Green+Blue) = 35+119+78=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #23774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23774E is #DC88B1. Grayscale: #595959. Windows color (decimal): -14452914 or 5142307. OLE color: 5142307.
HSL color Cylindrical-coordinate representation of color #23774E: hue angle of 150.71º 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 #23774E is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 119 | 78 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.53 |
| HSL | 150.71º | 0.55% | 0.3% | - |
| HSV(B) | 150.71º | 0.71% | 0.47% | - |
| XYZ | 8.67 | 14.1 | 9.47 | - |
| YUV | 89.21 | 121.67 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 119 | 78 | 0.71 | 0 | 0.34 | 0.53 | 150.71 | 0.55 | 0.3 |
| Hex | 23 | 77 | 4E | 47 | 0 | 22 | 35 | 97 | 37 | 1E |
| Octal | 43 | 167 | 116 | 107 | 0 | 42 | 65 | 227 | 67 | 36 |
| Binary | 100011 | 1110111 | 1001110 | 1000111 | 0 | 100010 | 110101 | 10010111 | 110111 | 11110 |
Color Harmonies of #23774E
Complementary color
Monochromatic Colors of #23774E
Black with #23774E
Text Example
Text Example
White with #23774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23774E; }
p { color: rgb(35,119,78); }
H1.HeaderClassName
{
color: #23774E;
}
.AnyTagClassName
{
color: #23774E;
}
</style>
background-color css
<style>
a { background-color: #23774E; }
a { background-color: rgb(35,119,78); }
div.DivClassName
{
background-color: #23774E;
}
.BgClassName
{
background-color: #23774E;
}
</style>
border-color css
<style>
span { border-color: #23774E; }
span { border-color: rgb(35,119,78); }
td.TdClassName
{
border-color: #23774E;
}
.TagClassName
{
border-color: #23774E;
}
</style>