#118F41

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

Shades of Salem #118F41

Tints of Salem #118F41

Color information

#118F41 (or 0x118F41) is unknown color: approx Salem. HEX triplet: 11, 8F and 41. RGB value is (17,143,65). Sum of RGB (Red+Green+Blue) = 17+143+65=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 143 (56.25% from 255 or 63.56% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 143 - color contains mainly: green. Hex color #118F41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F41 is #EE70BE. Grayscale: #606060. Windows color (decimal): -15626431 or 4296465. OLE color: 4296465.

HSL color Cylindrical-coordinate representation of color #118F41: hue angle of 142.86º 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 #118F41 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB1714365-
CMYK0.8800.550.44
HSL142.86º78.75%31.37%-
HSV(B)142.86º88.11%56.08%-
XYZ11.0120.158.31-
YUV96.43110.2671.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 143 (56.25% from 255) = 63.56%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=7.56%
G=63.56%
B=28.89%

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
Decimal17143650.8800.550.44142.8678.7531.37
Hex118F41580372C8f4f1f
Octal212171011300675421711737
Binary100011000111110000011011000011011110110010001111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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