Shades of Salem #008443
Tints of Salem #008443
RGB
CMYK
RGB Variations
Color information
#008443 (or 0x008443) is known color: Salem. HEX triplet: 00, 84 and 43. RGB value is (0,132,67). Sum of RGB (Red+Green+Blue) = 0+132+67=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 132 (51.95% from 255 or 66.33% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 132 - color contains mainly: green. Hex color #008443 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008443 is #FF7BBC. Grayscale: #555555. Windows color (decimal): -16743357 or 4424704. OLE color: 4424704.
HSL color Cylindrical-coordinate representation of color #008443: hue angle of 150.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008443 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 67 | - |
| CMYK | 1 | 0 | 0.49 | 0.48 |
| HSL | 150.45º | 1% | 0.26% | - |
| HSV(B) | 150.45º | 1% | 0.52% | - |
| XYZ | 9.26 | 16.91 | 8.09 | - |
| YUV | 85.12 | 117.77 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 67 | 1 | 0 | 0.49 | 0.48 | 150.45 | 1 | 0.26 |
| Hex | 0 | 84 | 43 | 64 | 0 | 31 | 30 | 96 | 64 | 1A |
| Octal | 0 | 204 | 103 | 144 | 0 | 61 | 60 | 226 | 144 | 32 |
| Binary | 0 | 10000100 | 1000011 | 1100100 | 0 | 110001 | 110000 | 10010110 | 1100100 | 11010 |
Color Harmonies of #008443
Complementary color
Monochromatic Colors of #008443
Black with #008443
Text Example
Text Example
White with #008443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008443; }
p { color: rgb(0,132,67); }
H1.HeaderClassName
{
color: #008443;
}
.AnyTagClassName
{
color: #008443;
}
</style>
background-color css
<style>
a { background-color: #008443; }
a { background-color: rgb(0,132,67); }
div.DivClassName
{
background-color: #008443;
}
.BgClassName
{
background-color: #008443;
}
</style>
border-color css
<style>
span { border-color: #008443; }
span { border-color: rgb(0,132,67); }
td.TdClassName
{
border-color: #008443;
}
.TagClassName
{
border-color: #008443;
}
</style>