#008844

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

Shades of Salem #008844

Tints of Salem #008844

Color information

#008844 (or 0x008844) is unknown color: approx Salem. HEX triplet: 00, 88 and 44. RGB value is (0,136,68). Sum of RGB (Red+Green+Blue) = 0+136+68=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 136 (53.52% from 255 or 66.67% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 136 - color contains mainly: green. Hex color #008844 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008844 is #FF77BB. Grayscale: #575757. Windows color (decimal): -16742332 or 4491264. OLE color: 4491264.

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

Color convert

RGB013668-
CMYK100.500.47
HSL150º100%26.67%-
HSV(B)150º100%53.33%-
XYZ9.8518.038.43-
YUV87.58116.9465.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 136 (53.52% from 255) = 66.67%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=0%
G=66.67%
B=33.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013668100.500.4715010026.67
Hex08844640322F96641b
Octal02101041440625722614433
Binary01000100010001001100100011001010111110010110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008844; }

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

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

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

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

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

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

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

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