#118D3E

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

Shades of Salem #118D3E

Tints of Salem #118D3E

Color information

#118D3E (or 0x118D3E) is unknown color: approx Salem. HEX triplet: 11, 8D and 3E. RGB value is (17,141,62). Sum of RGB (Red+Green+Blue) = 17+141+62=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 141 (55.47% from 255 or 64.09% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 141 - color contains mainly: green. Hex color #118D3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118D3E is #EE72C1. Grayscale: #5F5F5F. Windows color (decimal): -15626946 or 4099345. OLE color: 4099345.

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

Color convert

RGB1714162-
CMYK0.8800.560.45
HSL141.77º78.48%30.98%-
HSV(B)141.77º87.94%55.29%-
XYZ10.6319.527.76-
YUV94.92109.4272.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.73%
GREEN value IS 141 (55.47% from 255) = 64.09%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=7.73%
G=64.09%
B=28.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17141620.8800.560.45141.7778.4830.98
Hex118D3E580382D8e4e1f
Octal21215761300705521611637
Binary10001100011011111101011000011100010110110001110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,141,62); }

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

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

 a { background-color: rgb(17,141,62); }

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

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

 span { border-color: rgb(17,141,62); }

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