Shades of Salem #128154
Tints of Salem #128154
RGB
CMYK
RGB Variations
Color information
#128154 (or 0x128154) is known color: Salem. HEX triplet: 12, 81 and 54. RGB value is (18,129,84). Sum of RGB (Red+Green+Blue) = 18+129+84=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #128154 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128154 is #ED7EAB. Grayscale: #5A5A5A. Windows color (decimal): -15564460 or 5538066. OLE color: 5538066.
HSL color Cylindrical-coordinate representation of color #128154: hue angle of 155.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128154 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 129 | 84 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.49 |
| HSL | 155.68º | 0.76% | 0.29% | - |
| HSV(B) | 155.68º | 0.86% | 0.51% | - |
| XYZ | 9.7 | 16.47 | 11.06 | - |
| YUV | 90.68 | 124.23 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 84 | 0.86 | 0 | 0.35 | 0.49 | 155.68 | 0.76 | 0.29 |
| Hex | 12 | 81 | 54 | 56 | 0 | 23 | 31 | 9C | 4C | 1D |
| Octal | 22 | 201 | 124 | 126 | 0 | 43 | 61 | 234 | 114 | 35 |
| Binary | 10010 | 10000001 | 1010100 | 1010110 | 0 | 100011 | 110001 | 10011100 | 1001100 | 11101 |
Color Harmonies of #128154
Complementary color
Monochromatic Colors of #128154
Black with #128154
Text Example
Text Example
White with #128154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128154; }
p { color: rgb(18,129,84); }
H1.HeaderClassName
{
color: #128154;
}
.AnyTagClassName
{
color: #128154;
}
</style>
background-color css
<style>
a { background-color: #128154; }
a { background-color: rgb(18,129,84); }
div.DivClassName
{
background-color: #128154;
}
.BgClassName
{
background-color: #128154;
}
</style>
border-color css
<style>
span { border-color: #128154; }
span { border-color: rgb(18,129,84); }
td.TdClassName
{
border-color: #128154;
}
.TagClassName
{
border-color: #128154;
}
</style>