#008443

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

Shades of Salem #008443

Tints of Salem #008443

Color information

#008443 (or 0x008443) is unknown color: approx Salem. HEX triplet: 00, 84 and 43. RGB value is (0,132,67). Sum of RGB (Red+Green+Blue) = 0+132+67=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 132 (51.95% from 255 or 66.33% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 132 - color contains mainly: green. Hex color #008443 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008443 is #FF7BBC. Grayscale: #555555. Windows color (decimal): -16743357 or 4424704. OLE color: 4424704.

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

Color convert

RGB013267-
CMYK100.490.48
HSL150.45º100%25.88%-
HSV(B)150.45º100%51.76%-
XYZ9.2616.918.09-
YUV85.12117.7767.29-

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.33%
BLUE value IS 67 (26.56% from 255) = 33.67%
R=0%
G=66.33%
B=33.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal013267100.490.48150.4510025.88
Hex08443640313096641a
Octal02041031440616022614432
Binary01000010010000111100100011000111000010010110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008443; }

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

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

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

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

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

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

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

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