Shades of Salem #008044
Tints of Salem #008044
RGB
CMYK
RGB Variations
Color information
#008044 (or 0x008044) is known color: Salem. HEX triplet: 00, 80 and 44. RGB value is (0,128,68). Sum of RGB (Red+Green+Blue) = 0+128+68=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 128 (50.39% from 255 or 65.31% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 128 - color contains mainly: green. Hex color #008044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008044 is #FF7FBB. Grayscale: #535353. Windows color (decimal): -16744380 or 4489216. OLE color: 4489216.
HSL color Cylindrical-coordinate representation of color #008044: hue angle of 151.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008044 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 128 | 68 | - |
| CMYK | 1 | 0 | 0.47 | 0.50 |
| HSL | 151.88º | 1% | 0.25% | - |
| HSV(B) | 151.88º | 1% | 0.5% | - |
| XYZ | 8.76 | 15.86 | 8.07 | - |
| YUV | 82.89 | 119.59 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 68 | 1 | 0 | 0.47 | 0.50 | 151.88 | 1 | 0.25 |
| Hex | 0 | 80 | 44 | 64 | 0 | 2F | 32 | 98 | 64 | 19 |
| Octal | 0 | 200 | 104 | 144 | 0 | 57 | 62 | 230 | 144 | 31 |
| Binary | 0 | 10000000 | 1000100 | 1100100 | 0 | 101111 | 110010 | 10011000 | 1100100 | 11001 |
Color Harmonies of #008044
Complementary color
Monochromatic Colors of #008044
Black with #008044
Text Example
Text Example
White with #008044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008044; }
p { color: rgb(0,128,68); }
H1.HeaderClassName
{
color: #008044;
}
.AnyTagClassName
{
color: #008044;
}
</style>
background-color css
<style>
a { background-color: #008044; }
a { background-color: rgb(0,128,68); }
div.DivClassName
{
background-color: #008044;
}
.BgClassName
{
background-color: #008044;
}
</style>
border-color css
<style>
span { border-color: #008044; }
span { border-color: rgb(0,128,68); }
td.TdClassName
{
border-color: #008044;
}
.TagClassName
{
border-color: #008044;
}
</style>