Html Css Color HEX #118D50 Salem

📋 copy color: '#118D50'

red 17 ◦ green 141 ◦ blue 80

#118D50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #118D50

Tints of Salem #118D50

RGB

 RED value IS 17 (7.03% from 255) = 7.14%

 GREEN value IS 141 (55.47% from 255) = 59.24%

 BLUE value IS 80 (31.64% from 255) = 33.61%

R = 7.14%
G = 59.24%
B = 33.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#118D50 (or 0x118D50) is known color: Salem. HEX triplet: 11, 8D and 50. RGB value is (17,141,80). Sum of RGB (Red+Green+Blue) = 17+141+80=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 141 (55.47% from 255 or 59.24% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 141 - color contains mainly: green. Hex color #118D50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118D50 is #EE72AF. Grayscale: #616161. Windows color (decimal): -15626928 or 5278993. OLE color: 5278993.

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

Color convert

RGB 17 141 80 -
CMYK 0.88 0 0.43 0.45
HSL 150.48º 0.78% 0.31% -
HSV(B) 150.48º 0.88% 0.55% -
XYZ 11.2 19.75 10.81 -
YUV 96.97 118.42 70.96 -
System Red Green Blue C M Y K H S L
Decimal 17 141 80 0.88 0 0.43 0.45 150.48 0.78 0.31
Hex 11 8D 50 58 0 2B 2D 96 4E 1F
Octal 21 215 120 130 0 53 55 226 116 37
Binary 10001 10001101 1010000 1011000 0 101011 101101 10010110 1001110 11111

Color Harmonies of #118D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118D50

Black with #118D50

Text Example


Text Example

White with #118D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #118D50;
 }
 .AnyTagClassName
 {
   color: #118D50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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