#118e3b

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

Shades of Salem #118E3B

Tints of Salem #118E3B

Color information

#118E3B (or 0x118E3B) is unknown color: approx Salem. HEX triplet: 11, 8E and 3B. RGB value is (17,142,59). Sum of RGB (Red+Green+Blue) = 17+142+59=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 142 (55.86% from 255 or 65.14% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 142 - color contains mainly: green. Hex color #118E3B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118E3B is #EE71C4. Grayscale: #5F5F5F. Windows color (decimal): -15626693 or 3902993. OLE color: 3902993.

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

Color convert

RGB1714259-
CMYK0.8800.580.44
HSL140.16º78.62%31.18%-
HSV(B)140.16º88.03%55.69%-
XYZ10.6919.787.39-
YUV95.16107.5972.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.80%
GREEN value IS 142 (55.86% from 255) = 65.14%
BLUE value IS 59 (23.44% from 255) = 27.06%
R=7.80%
G=65.14%
B=27.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17142590.8800.580.44140.1678.6231.18
Hex118E3B5803A2C8c4f1f
Octal21216731300725421411737
Binary10001100011101110111011000011101010110010001100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118e3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,142,59); }

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

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

 a { background-color: rgb(17,142,59); }

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

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

 span { border-color: rgb(17,142,59); }

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