#008A44

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

Shades of Salem #008A44

Tints of Salem #008A44

Color information

#008A44 (or 0x008A44) is unknown color: approx Salem. HEX triplet: 00, 8A and 44. RGB value is (0,138,68). Sum of RGB (Red+Green+Blue) = 0+138+68=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 138 (54.30% from 255 or 66.99% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 138 - color contains mainly: green. Hex color #008A44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008A44 is #FF75BB. Grayscale: #585858. Windows color (decimal): -16741820 or 4491776. OLE color: 4491776.

HSL color Cylindrical-coordinate representation of color #008A44: hue angle of 149.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A44 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB013868-
CMYK100.510.46
HSL149.57º100%27.06%-
HSV(B)149.57º100%54.12%-
XYZ10.1318.598.52-
YUV88.76116.2864.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 138 (54.30% from 255) = 66.99%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=0%
G=66.99%
B=33.01%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal013868100.510.46149.5710027.06
Hex08A44640332E96641b
Octal02121041440635622614433
Binary01000101010001001100100011001110111010010110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008A44; }

 p { color: rgb(0,138,68); }

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

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

 a { background-color: rgb(0,138,68); }

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

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

 span { border-color: rgb(0,138,68); }

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