Html Css Color HEX #118F3E Salem

📋 copy color: '#118F3E'

red 17 ◦ green 143 ◦ blue 62

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

Shades of Salem #118F3E

Tints of Salem #118F3E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 64.41%

 BLUE value IS 62 (24.61% from 255) = 27.93%

R = 7.66%
G = 64.41%
B = 27.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#118F3E (or 0x118F3E) is known color: Salem. HEX triplet: 11, 8F and 3E. RGB value is (17,143,62). Sum of RGB (Red+Green+Blue) = 17+143+62=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 143 (56.25% from 255 or 64.41% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 143 - color contains mainly: green. Hex color #118F3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F3E is #EE70C1. Grayscale: #606060. Windows color (decimal): -15626434 or 4099857. OLE color: 4099857.

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

Color convert

RGB 17 143 62 -
CMYK 0.88 0 0.57 0.44
HSL 141.43º 0.79% 0.31% -
HSV(B) 141.43º 0.88% 0.56% -
XYZ 10.92 20.11 7.86 -
YUV 96.09 108.76 71.59 -
System Red Green Blue C M Y K H S L
Decimal 17 143 62 0.88 0 0.57 0.44 141.43 0.79 0.31
Hex 11 8F 3E 58 0 39 2C 8D 4F 1F
Octal 21 217 76 130 0 71 54 215 117 37
Binary 10001 10001111 111110 1011000 0 111001 101100 10001101 1001111 11111

Color Harmonies of #118F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F3E

Black with #118F3E

Text Example


Text Example

White with #118F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,143,62); }

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

background-color css

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

 a { background-color: rgb(17,143,62); }

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

border-color css

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

 span { border-color: rgb(17,143,62); }

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