#118b56

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

Shades of Salem #118B56

Tints of Salem #118B56

Color information

#118B56 (or 0x118B56) is unknown color: approx Salem. HEX triplet: 11, 8B and 56. RGB value is (17,139,86). Sum of RGB (Red+Green+Blue) = 17+139+86=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #118B56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118B56 is #EE74A9. Grayscale: #606060. Windows color (decimal): -15627434 or 5671697. OLE color: 5671697.

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

Color convert

RGB1713986-
CMYK0.8800.380.45
HSL153.93º78.21%30.59%-
HSV(B)153.93º87.77%54.51%-
XYZ11.1419.2611.93-
YUV96.48122.0871.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.02%
GREEN value IS 139 (54.69% from 255) = 57.44%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=7.02%
G=57.44%
B=35.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17139860.8800.380.45153.9378.2130.59
Hex118B56580262D9a4e1f
Octal212131261300465523211637
Binary100011000101110101101011000010011010110110011010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118b56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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