Shades of Salem #008244
Tints of Salem #008244
RGB
CMYK
RGB Variations
Color information
#008244 (or 0x008244) is known color: Salem. HEX triplet: 00, 82 and 44. RGB value is (0,130,68). Sum of RGB (Red+Green+Blue) = 0+130+68=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #008244 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008244 is #FF7DBB. Grayscale: #545454. Windows color (decimal): -16743868 or 4489728. OLE color: 4489728.
HSL color Cylindrical-coordinate representation of color #008244: hue angle of 151.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008244 is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 68 | - |
| CMYK | 1 | 0 | 0.48 | 0.49 |
| HSL | 151.38º | 1% | 0.25% | - |
| HSV(B) | 151.38º | 1% | 0.51% | - |
| XYZ | 9.03 | 16.38 | 8.16 | - |
| YUV | 84.06 | 118.93 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 68 | 1 | 0 | 0.48 | 0.49 | 151.38 | 1 | 0.25 |
| Hex | 0 | 82 | 44 | 64 | 0 | 30 | 31 | 97 | 64 | 19 |
| Octal | 0 | 202 | 104 | 144 | 0 | 60 | 61 | 227 | 144 | 31 |
| Binary | 0 | 10000010 | 1000100 | 1100100 | 0 | 110000 | 110001 | 10010111 | 1100100 | 11001 |
Color Harmonies of #008244
Complementary color
Monochromatic Colors of #008244
Black with #008244
Text Example
Text Example
White with #008244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008244; }
p { color: rgb(0,130,68); }
H1.HeaderClassName
{
color: #008244;
}
.AnyTagClassName
{
color: #008244;
}
</style>
background-color css
<style>
a { background-color: #008244; }
a { background-color: rgb(0,130,68); }
div.DivClassName
{
background-color: #008244;
}
.BgClassName
{
background-color: #008244;
}
</style>
border-color css
<style>
span { border-color: #008244; }
span { border-color: rgb(0,130,68); }
td.TdClassName
{
border-color: #008244;
}
.TagClassName
{
border-color: #008244;
}
</style>