#008546

Color #008546 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #008546

Tints of Salem #008546

Color information

#008546 (or 0x008546) is unknown color: approx Salem. HEX triplet: 00, 85 and 46. RGB value is (0,133,70). Sum of RGB (Red+Green+Blue) = 0+133+70=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #008546 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008546 is #FF7AB9. Grayscale: #565656. Windows color (decimal): -16743098 or 4621568. OLE color: 4621568.

HSL color Cylindrical-coordinate representation of color #008546: hue angle of 151.58º 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 #008546 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB013370-
CMYK100.470.48
HSL151.58º100%26.08%-
HSV(B)151.58º100%52.16%-
XYZ9.4917.228.62-
YUV86.05118.9466.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 133 (52.34% from 255) = 65.52%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=0%
G=65.52%
B=34.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013370100.470.48151.5810026.08
Hex085466402F3098641a
Octal02051061440576023014432
Binary01000010110001101100100010111111000010011000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008546; }

 p { color: rgb(0,133,70); }

 H1.HeaderClassName
 {
   color: #008546;
 }
 .AnyTagClassName
 {
   color: #008546;
 }
</style>
background-color css

<style>
 a { background-color: #008546; }

 a { background-color: rgb(0,133,70); }

 div.DivClassName
 {
   background-color: #008546;
 }
 .BgClassName
 {
   background-color: #008546;
 }
</style>
border-color css

<style>
 span { border-color: #008546; }

 span { border-color: rgb(0,133,70); }

 td.TdClassName
 {
   border-color: #008546;
 }
 .TagClassName
 {
   border-color: #008546;
 }
</style>