#118D56

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

Shades of Salem #118D56

Tints of Salem #118D56

Color information

#118D56 (or 0x118D56) is unknown color: approx Salem. HEX triplet: 11, 8D and 56. RGB value is (17,141,86). Sum of RGB (Red+Green+Blue) = 17+141+86=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 141 (55.47% from 255 or 57.79% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 141 - color contains mainly: green. Hex color #118D56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118D56 is #EE72A9. Grayscale: #616161. Windows color (decimal): -15626922 or 5672209. OLE color: 5672209.

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

Color convert

RGB1714186-
CMYK0.8800.390.45
HSL153.39º78.48%30.98%-
HSV(B)153.39º87.94%55.29%-
XYZ11.4419.8412.03-
YUV97.65121.4270.47-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.97%
GREEN value IS 141 (55.47% from 255) = 57.79%
BLUE value IS 86 (33.98% from 255) = 35.25%
R=6.97%
G=57.79%
B=35.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17141860.8800.390.45153.3978.4830.98
Hex118D56580272D994e1f
Octal212151261300475523111637
Binary100011000110110101101011000010011110110110011001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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