Shades of Salem #008446
Tints of Salem #008446
RGB
CMYK
RGB Variations
Color information
#008446 (or 0x008446) is known color: Salem. HEX triplet: 00, 84 and 46. RGB value is (0,132,70). Sum of RGB (Red+Green+Blue) = 0+132+70=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #008446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008446 is #FF7BB9. Grayscale: #555555. Windows color (decimal): -16743354 or 4621312. OLE color: 4621312.
HSL color Cylindrical-coordinate representation of color #008446: hue angle of 151.82º 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 #008446 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 70 | - |
| CMYK | 1 | 0 | 0.47 | 0.48 |
| HSL | 151.82º | 1% | 0.26% | - |
| HSV(B) | 151.82º | 1% | 0.52% | - |
| XYZ | 9.36 | 16.94 | 8.57 | - |
| YUV | 85.46 | 119.27 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 70 | 1 | 0 | 0.47 | 0.48 | 151.82 | 1 | 0.26 |
| Hex | 0 | 84 | 46 | 64 | 0 | 2F | 30 | 98 | 64 | 1A |
| Octal | 0 | 204 | 106 | 144 | 0 | 57 | 60 | 230 | 144 | 32 |
| Binary | 0 | 10000100 | 1000110 | 1100100 | 0 | 101111 | 110000 | 10011000 | 1100100 | 11010 |
Color Harmonies of #008446
Complementary color
Monochromatic Colors of #008446
Black with #008446
Text Example
Text Example
White with #008446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008446; }
p { color: rgb(0,132,70); }
H1.HeaderClassName
{
color: #008446;
}
.AnyTagClassName
{
color: #008446;
}
</style>
background-color css
<style>
a { background-color: #008446; }
a { background-color: rgb(0,132,70); }
div.DivClassName
{
background-color: #008446;
}
.BgClassName
{
background-color: #008446;
}
</style>
border-color css
<style>
span { border-color: #008446; }
span { border-color: rgb(0,132,70); }
td.TdClassName
{
border-color: #008446;
}
.TagClassName
{
border-color: #008446;
}
</style>