Shades of Salem #008448
Tints of Salem #008448
RGB
CMYK
RGB Variations
Color information
#008448 (or 0x008448) is known color: Salem. HEX triplet: 00, 84 and 48. RGB value is (0,132,72). Sum of RGB (Red+Green+Blue) = 0+132+72=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 132 (51.95% from 255 or 64.71% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 132 - color contains mainly: green. Hex color #008448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008448 is #FF7BB7. Grayscale: #555555. Windows color (decimal): -16743352 or 4752384. OLE color: 4752384.
HSL color Cylindrical-coordinate representation of color #008448: hue angle of 152.73º 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 #008448 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 72 | - |
| CMYK | 1 | 0 | 0.45 | 0.48 |
| HSL | 152.73º | 1% | 0.26% | - |
| HSV(B) | 152.73º | 1% | 0.52% | - |
| XYZ | 9.42 | 16.97 | 8.91 | - |
| YUV | 85.69 | 120.27 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 72 | 1 | 0 | 0.45 | 0.48 | 152.73 | 1 | 0.26 |
| Hex | 0 | 84 | 48 | 64 | 0 | 2D | 30 | 99 | 64 | 1A |
| Octal | 0 | 204 | 110 | 144 | 0 | 55 | 60 | 231 | 144 | 32 |
| Binary | 0 | 10000100 | 1001000 | 1100100 | 0 | 101101 | 110000 | 10011001 | 1100100 | 11010 |
Color Harmonies of #008448
Complementary color
Monochromatic Colors of #008448
Black with #008448
Text Example
Text Example
White with #008448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008448; }
p { color: rgb(0,132,72); }
H1.HeaderClassName
{
color: #008448;
}
.AnyTagClassName
{
color: #008448;
}
</style>
background-color css
<style>
a { background-color: #008448; }
a { background-color: rgb(0,132,72); }
div.DivClassName
{
background-color: #008448;
}
.BgClassName
{
background-color: #008448;
}
</style>
border-color css
<style>
span { border-color: #008448; }
span { border-color: rgb(0,132,72); }
td.TdClassName
{
border-color: #008448;
}
.TagClassName
{
border-color: #008448;
}
</style>