Shades of Salem #088443
Tints of Salem #088443
RGB
CMYK
RGB Variations
Color information
#088443 (or 0x088443) is known color: Salem. HEX triplet: 08, 84 and 43. RGB value is (8,132,67). Sum of RGB (Red+Green+Blue) = 8+132+67=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #088443 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088443 is #F77BBC. Grayscale: #575757. Windows color (decimal): -16219069 or 4424712. OLE color: 4424712.
HSL color Cylindrical-coordinate representation of color #088443: hue angle of 148.55º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088443 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 132 | 67 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.48 |
| HSL | 148.55º | 0.89% | 0.27% | - |
| HSV(B) | 148.55º | 0.94% | 0.52% | - |
| XYZ | 9.36 | 16.96 | 8.09 | - |
| YUV | 87.51 | 116.42 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 67 | 0.94 | 0 | 0.49 | 0.48 | 148.55 | 0.89 | 0.27 |
| Hex | 8 | 84 | 43 | 5E | 0 | 31 | 30 | 95 | 59 | 1B |
| Octal | 10 | 204 | 103 | 136 | 0 | 61 | 60 | 225 | 131 | 33 |
| Binary | 1000 | 10000100 | 1000011 | 1011110 | 0 | 110001 | 110000 | 10010101 | 1011001 | 11011 |
Color Harmonies of #088443
Complementary color
Monochromatic Colors of #088443
Black with #088443
Text Example
Text Example
White with #088443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088443; }
p { color: rgb(8,132,67); }
H1.HeaderClassName
{
color: #088443;
}
.AnyTagClassName
{
color: #088443;
}
</style>
background-color css
<style>
a { background-color: #088443; }
a { background-color: rgb(8,132,67); }
div.DivClassName
{
background-color: #088443;
}
.BgClassName
{
background-color: #088443;
}
</style>
border-color css
<style>
span { border-color: #088443; }
span { border-color: rgb(8,132,67); }
td.TdClassName
{
border-color: #088443;
}
.TagClassName
{
border-color: #088443;
}
</style>