Shades of Salem #00844A
Tints of Salem #00844A
RGB
CMYK
RGB Variations
Color information
#00844A (or 0x00844A) is known color: Salem. HEX triplet: 00, 84 and 4A. RGB value is (0,132,74). Sum of RGB (Red+Green+Blue) = 0+132+74=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #00844A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00844A is #FF7BB5. Grayscale: #565656. Windows color (decimal): -16743350 or 4883456. OLE color: 4883456.
HSL color Cylindrical-coordinate representation of color #00844A: hue angle of 153.64º 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 #00844A is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 74 | - |
| CMYK | 1 | 0 | 0.44 | 0.48 |
| HSL | 153.64º | 1% | 0.26% | - |
| HSV(B) | 153.64º | 1% | 0.52% | - |
| XYZ | 9.49 | 17 | 9.26 | - |
| YUV | 85.92 | 121.27 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 74 | 1 | 0 | 0.44 | 0.48 | 153.64 | 1 | 0.26 |
| Hex | 0 | 84 | 4A | 64 | 0 | 2C | 30 | 9A | 64 | 1A |
| Octal | 0 | 204 | 112 | 144 | 0 | 54 | 60 | 232 | 144 | 32 |
| Binary | 0 | 10000100 | 1001010 | 1100100 | 0 | 101100 | 110000 | 10011010 | 1100100 | 11010 |
Color Harmonies of #00844A
Complementary color
Monochromatic Colors of #00844A
Black with #00844A
Text Example
Text Example
White with #00844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00844A; }
p { color: rgb(0,132,74); }
H1.HeaderClassName
{
color: #00844A;
}
.AnyTagClassName
{
color: #00844A;
}
</style>
background-color css
<style>
a { background-color: #00844A; }
a { background-color: rgb(0,132,74); }
div.DivClassName
{
background-color: #00844A;
}
.BgClassName
{
background-color: #00844A;
}
</style>
border-color css
<style>
span { border-color: #00844A; }
span { border-color: rgb(0,132,74); }
td.TdClassName
{
border-color: #00844A;
}
.TagClassName
{
border-color: #00844A;
}
</style>