Shades of Salem #00884A
Tints of Salem #00884A
RGB
CMYK
RGB Variations
Color information
#00884A (or 0x00884A) is known color: Salem. HEX triplet: 00, 88 and 4A. RGB value is (0,136,74). Sum of RGB (Red+Green+Blue) = 0+136+74=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 136 (53.52% from 255 or 64.76% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 136 - color contains mainly: green. Hex color #00884A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00884A is #FF77B5. Grayscale: #585858. Windows color (decimal): -16742326 or 4884480. OLE color: 4884480.
HSL color Cylindrical-coordinate representation of color #00884A: hue angle of 152.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00884A is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 74 | - |
| CMYK | 1 | 0 | 0.46 | 0.47 |
| HSL | 152.65º | 1% | 0.27% | - |
| HSV(B) | 152.65º | 1% | 0.53% | - |
| XYZ | 10.04 | 18.1 | 9.44 | - |
| YUV | 88.27 | 119.94 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 74 | 1 | 0 | 0.46 | 0.47 | 152.65 | 1 | 0.27 |
| Hex | 0 | 88 | 4A | 64 | 0 | 2E | 2F | 99 | 64 | 1B |
| Octal | 0 | 210 | 112 | 144 | 0 | 56 | 57 | 231 | 144 | 33 |
| Binary | 0 | 10001000 | 1001010 | 1100100 | 0 | 101110 | 101111 | 10011001 | 1100100 | 11011 |
Color Harmonies of #00884A
Complementary color
Monochromatic Colors of #00884A
Black with #00884A
Text Example
Text Example
White with #00884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00884A; }
p { color: rgb(0,136,74); }
H1.HeaderClassName
{
color: #00884A;
}
.AnyTagClassName
{
color: #00884A;
}
</style>
background-color css
<style>
a { background-color: #00884A; }
a { background-color: rgb(0,136,74); }
div.DivClassName
{
background-color: #00884A;
}
.BgClassName
{
background-color: #00884A;
}
</style>
border-color css
<style>
span { border-color: #00884A; }
span { border-color: rgb(0,136,74); }
td.TdClassName
{
border-color: #00884A;
}
.TagClassName
{
border-color: #00884A;
}
</style>