#008444

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

Shades of Salem #008444

Tints of Salem #008444

Color information

#008444 (or 0x008444) is unknown color: approx Salem. HEX triplet: 00, 84 and 44. RGB value is (0,132,68). Sum of RGB (Red+Green+Blue) = 0+132+68=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #008444 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008444 is #FF7BBB. Grayscale: #555555. Windows color (decimal): -16743356 or 4490240. OLE color: 4490240.

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

Color convert

RGB013268-
CMYK100.480.48
HSL150.91º100%25.88%-
HSV(B)150.91º100%51.76%-
XYZ9.2916.928.24-
YUV85.24118.2767.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 66%
BLUE value IS 68 (26.95% from 255) = 34%
R=0%
G=66%
B=34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013268100.480.48150.9110025.88
Hex08444640303097641a
Octal02041041440606022714432
Binary01000010010001001100100011000011000010010111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008444; }

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

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

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

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

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

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

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

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