Shades of Salem #098452
Tints of Salem #098452
RGB
CMYK
RGB Variations
Color information
#098452 (or 0x098452) is known color: Salem. HEX triplet: 09, 84 and 52. RGB value is (9,132,82). Sum of RGB (Red+Green+Blue) = 9+132+82=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #098452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098452 is #F67BAD. Grayscale: #595959. Windows color (decimal): -16153518 or 5407753. OLE color: 5407753.
HSL color Cylindrical-coordinate representation of color #098452: hue angle of 155.61º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098452 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 132 | 82 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.48 |
| HSL | 155.61º | 0.87% | 0.28% | - |
| HSV(B) | 155.61º | 0.93% | 0.52% | - |
| XYZ | 9.89 | 17.17 | 10.78 | - |
| YUV | 89.52 | 123.75 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 82 | 0.93 | 0 | 0.38 | 0.48 | 155.61 | 0.87 | 0.28 |
| Hex | 9 | 84 | 52 | 5D | 0 | 26 | 30 | 9C | 57 | 1C |
| Octal | 11 | 204 | 122 | 135 | 0 | 46 | 60 | 234 | 127 | 34 |
| Binary | 1001 | 10000100 | 1010010 | 1011101 | 0 | 100110 | 110000 | 10011100 | 1010111 | 11100 |
Color Harmonies of #098452
Complementary color
Monochromatic Colors of #098452
Black with #098452
Text Example
Text Example
White with #098452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098452; }
p { color: rgb(9,132,82); }
H1.HeaderClassName
{
color: #098452;
}
.AnyTagClassName
{
color: #098452;
}
</style>
background-color css
<style>
a { background-color: #098452; }
a { background-color: rgb(9,132,82); }
div.DivClassName
{
background-color: #098452;
}
.BgClassName
{
background-color: #098452;
}
</style>
border-color css
<style>
span { border-color: #098452; }
span { border-color: rgb(9,132,82); }
td.TdClassName
{
border-color: #098452;
}
.TagClassName
{
border-color: #098452;
}
</style>