#118F40

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

Shades of Salem #118F40

Tints of Salem #118F40

Color information

#118F40 (or 0x118F40) is unknown color: approx Salem. HEX triplet: 11, 8F and 40. RGB value is (17,143,64). Sum of RGB (Red+Green+Blue) = 17+143+64=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 143 (56.25% from 255 or 63.84% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 143 - color contains mainly: green. Hex color #118F40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F40 is #EE70BF. Grayscale: #606060. Windows color (decimal): -15626432 or 4230929. OLE color: 4230929.

HSL color Cylindrical-coordinate representation of color #118F40: hue angle of 142.38º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F40 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1714364-
CMYK0.8800.550.44
HSL142.38º78.75%31.37%-
HSV(B)142.38º88.11%56.08%-
XYZ10.9820.138.16-
YUV96.32109.7671.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 143 (56.25% from 255) = 63.84%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=7.59%
G=63.84%
B=28.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17143640.8800.550.44142.3878.7531.37
Hex118F40580372C8e4f1f
Octal212171001300675421611737
Binary100011000111110000001011000011011110110010001110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118F40; }

 p { color: rgb(17,143,64); }

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

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

 a { background-color: rgb(17,143,64); }

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

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

 span { border-color: rgb(17,143,64); }

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