Shades of Salem #188748
Tints of Salem #188748
RGB
CMYK
RGB Variations
Color information
#188748 (or 0x188748) is known color: Salem. HEX triplet: 18, 87 and 48. RGB value is (24,135,72). Sum of RGB (Red+Green+Blue) = 24+135+72=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #188748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188748 is #E778B7. Grayscale: #5E5E5E. Windows color (decimal): -15169720 or 4753176. OLE color: 4753176.
HSL color Cylindrical-coordinate representation of color #188748: hue angle of 145.95º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188748 is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 135 | 72 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.47 |
| HSL | 145.95º | 0.7% | 0.31% | - |
| HSV(B) | 145.95º | 0.82% | 0.53% | - |
| XYZ | 10.21 | 17.99 | 9.07 | - |
| YUV | 94.63 | 115.23 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 135 | 72 | 0.82 | 0 | 0.47 | 0.47 | 145.95 | 0.7 | 0.31 |
| Hex | 18 | 87 | 48 | 52 | 0 | 2F | 2F | 92 | 46 | 1F |
| Octal | 30 | 207 | 110 | 122 | 0 | 57 | 57 | 222 | 106 | 37 |
| Binary | 11000 | 10000111 | 1001000 | 1010010 | 0 | 101111 | 101111 | 10010010 | 1000110 | 11111 |
Color Harmonies of #188748
Complementary color
Monochromatic Colors of #188748
Black with #188748
Text Example
Text Example
White with #188748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188748; }
p { color: rgb(24,135,72); }
H1.HeaderClassName
{
color: #188748;
}
.AnyTagClassName
{
color: #188748;
}
</style>
background-color css
<style>
a { background-color: #188748; }
a { background-color: rgb(24,135,72); }
div.DivClassName
{
background-color: #188748;
}
.BgClassName
{
background-color: #188748;
}
</style>
border-color css
<style>
span { border-color: #188748; }
span { border-color: rgb(24,135,72); }
td.TdClassName
{
border-color: #188748;
}
.TagClassName
{
border-color: #188748;
}
</style>