#118D4A

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

Shades of Salem #118D4A

Tints of Salem #118D4A

Color information

#118D4A (or 0x118D4A) is unknown color: approx Salem. HEX triplet: 11, 8D and 4A. RGB value is (17,141,74). Sum of RGB (Red+Green+Blue) = 17+141+74=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 141 (55.47% from 255 or 60.78% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 141 - color contains mainly: green. Hex color #118D4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118D4A is #EE72B5. Grayscale: #606060. Windows color (decimal): -15626934 or 4885777. OLE color: 4885777.

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

Color convert

RGB1714174-
CMYK0.8800.480.45
HSL147.58º78.48%30.98%-
HSV(B)147.58º87.94%55.29%-
XYZ10.9919.669.69-
YUV96.29115.4271.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 141 (55.47% from 255) = 60.78%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=7.33%
G=60.78%
B=31.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17141740.8800.480.45147.5878.4830.98
Hex118D4A580302D944e1f
Octal212151121300605522411637
Binary100011000110110010101011000011000010110110010100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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