Shades of Salem #188A45
Tints of Salem #188A45
RGB
CMYK
RGB Variations
Color information
#188A45 (or 0x188A45) is known color: Salem. HEX triplet: 18, 8A and 45. RGB value is (24,138,69). Sum of RGB (Red+Green+Blue) = 24+138+69=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #188A45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188A45 is #E775BA. Grayscale: #606060. Windows color (decimal): -15168955 or 4557336. OLE color: 4557336.
HSL color Cylindrical-coordinate representation of color #188A45: hue angle of 143.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A45 is Cyan = 0.83, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 138 | 69 | - |
| CMYK | 0.83 | 0 | 0.5 | 0.46 |
| HSL | 143.68º | 0.7% | 0.32% | - |
| HSV(B) | 143.68º | 0.83% | 0.54% | - |
| XYZ | 10.54 | 18.8 | 8.7 | - |
| YUV | 96.05 | 112.73 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 69 | 0.83 | 0 | 0.5 | 0.46 | 143.68 | 0.7 | 0.32 |
| Hex | 18 | 8A | 45 | 53 | 0 | 32 | 2E | 90 | 46 | 20 |
| Octal | 30 | 212 | 105 | 123 | 0 | 62 | 56 | 220 | 106 | 40 |
| Binary | 11000 | 10001010 | 1000101 | 1010011 | 0 | 110010 | 101110 | 10010000 | 1000110 | 100000 |
Color Harmonies of #188A45
Complementary color
Monochromatic Colors of #188A45
Black with #188A45
Text Example
Text Example
White with #188A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A45; }
p { color: rgb(24,138,69); }
H1.HeaderClassName
{
color: #188A45;
}
.AnyTagClassName
{
color: #188A45;
}
</style>
background-color css
<style>
a { background-color: #188A45; }
a { background-color: rgb(24,138,69); }
div.DivClassName
{
background-color: #188A45;
}
.BgClassName
{
background-color: #188A45;
}
</style>
border-color css
<style>
span { border-color: #188A45; }
span { border-color: rgb(24,138,69); }
td.TdClassName
{
border-color: #188A45;
}
.TagClassName
{
border-color: #188A45;
}
</style>