Shades of Salem #008245
Tints of Salem #008245
RGB
CMYK
RGB Variations
Color information
#008245 (or 0x008245) is known color: Salem. HEX triplet: 00, 82 and 45. RGB value is (0,130,69). Sum of RGB (Red+Green+Blue) = 0+130+69=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 130 (51.17% from 255 or 65.33% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 130 - color contains mainly: green. Hex color #008245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008245 is #FF7DBA. Grayscale: #545454. Windows color (decimal): -16743867 or 4555264. OLE color: 4555264.
HSL color Cylindrical-coordinate representation of color #008245: hue angle of 151.85º 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 #008245 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 69 | - |
| CMYK | 1 | 0 | 0.47 | 0.49 |
| HSL | 151.85º | 1% | 0.25% | - |
| HSV(B) | 151.85º | 1% | 0.51% | - |
| XYZ | 9.06 | 16.39 | 8.32 | - |
| YUV | 84.18 | 119.43 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 69 | 1 | 0 | 0.47 | 0.49 | 151.85 | 1 | 0.25 |
| Hex | 0 | 82 | 45 | 64 | 0 | 2F | 31 | 98 | 64 | 19 |
| Octal | 0 | 202 | 105 | 144 | 0 | 57 | 61 | 230 | 144 | 31 |
| Binary | 0 | 10000010 | 1000101 | 1100100 | 0 | 101111 | 110001 | 10011000 | 1100100 | 11001 |
Color Harmonies of #008245
Complementary color
Monochromatic Colors of #008245
Black with #008245
Text Example
Text Example
White with #008245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008245; }
p { color: rgb(0,130,69); }
H1.HeaderClassName
{
color: #008245;
}
.AnyTagClassName
{
color: #008245;
}
</style>
background-color css
<style>
a { background-color: #008245; }
a { background-color: rgb(0,130,69); }
div.DivClassName
{
background-color: #008245;
}
.BgClassName
{
background-color: #008245;
}
</style>
border-color css
<style>
span { border-color: #008245; }
span { border-color: rgb(0,130,69); }
td.TdClassName
{
border-color: #008245;
}
.TagClassName
{
border-color: #008245;
}
</style>