Html Css Color HEX #118E3F Salem

📋 copy color: '#118E3F'

red 17 ◦ green 142 ◦ blue 63

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

Shades of Salem #118E3F

Tints of Salem #118E3F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 63.96%

 BLUE value IS 63 (25% from 255) = 28.38%

R = 7.66%
G = 63.96%
B = 28.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#118E3F (or 0x118E3F) is known color: Salem. HEX triplet: 11, 8E and 3F. RGB value is (17,142,63). Sum of RGB (Red+Green+Blue) = 17+142+63=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 142 (55.86% from 255 or 63.96% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 142 - color contains mainly: green. Hex color #118E3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118E3F is #EE71C0. Grayscale: #5F5F5F. Windows color (decimal): -15626689 or 4165137. OLE color: 4165137.

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

Color convert

RGB 17 142 63 -
CMYK 0.88 0 0.56 0.44
HSL 142.08º 0.79% 0.31% -
HSV(B) 142.08º 0.88% 0.56% -
XYZ 10.8 19.82 7.96 -
YUV 95.62 109.59 71.92 -
System Red Green Blue C M Y K H S L
Decimal 17 142 63 0.88 0 0.56 0.44 142.08 0.79 0.31
Hex 11 8E 3F 58 0 38 2C 8E 4F 1F
Octal 21 216 77 130 0 70 54 216 117 37
Binary 10001 10001110 111111 1011000 0 111000 101100 10001110 1001111 11111

Color Harmonies of #118E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118E3F

Black with #118E3F

Text Example


Text Example

White with #118E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,142,63); }

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

background-color css

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

 a { background-color: rgb(17,142,63); }

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

border-color css

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

 span { border-color: rgb(17,142,63); }

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