Shades of Salem #188953
Tints of Salem #188953
RGB
CMYK
RGB Variations
Color information
#188953 (or 0x188953) is known color: Salem. HEX triplet: 18, 89 and 53. RGB value is (24,137,83). Sum of RGB (Red+Green+Blue) = 24+137+83=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #188953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188953 is #E776AC. Grayscale: #616161. Windows color (decimal): -15169197 or 5474584. OLE color: 5474584.
HSL color Cylindrical-coordinate representation of color #188953: hue angle of 151.33º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188953 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 137 | 83 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.46 |
| HSL | 151.33º | 0.7% | 0.32% | - |
| HSV(B) | 151.33º | 0.82% | 0.54% | - |
| XYZ | 10.88 | 18.71 | 11.22 | - |
| YUV | 97.06 | 120.06 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 83 | 0.82 | 0 | 0.39 | 0.46 | 151.33 | 0.7 | 0.32 |
| Hex | 18 | 89 | 53 | 52 | 0 | 27 | 2E | 97 | 46 | 20 |
| Octal | 30 | 211 | 123 | 122 | 0 | 47 | 56 | 227 | 106 | 40 |
| Binary | 11000 | 10001001 | 1010011 | 1010010 | 0 | 100111 | 101110 | 10010111 | 1000110 | 100000 |
Color Harmonies of #188953
Complementary color
Monochromatic Colors of #188953
Black with #188953
Text Example
Text Example
White with #188953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188953; }
p { color: rgb(24,137,83); }
H1.HeaderClassName
{
color: #188953;
}
.AnyTagClassName
{
color: #188953;
}
</style>
background-color css
<style>
a { background-color: #188953; }
a { background-color: rgb(24,137,83); }
div.DivClassName
{
background-color: #188953;
}
.BgClassName
{
background-color: #188953;
}
</style>
border-color css
<style>
span { border-color: #188953; }
span { border-color: rgb(24,137,83); }
td.TdClassName
{
border-color: #188953;
}
.TagClassName
{
border-color: #188953;
}
</style>