Html Css Color HEX #118047 Salem

📋 copy color: '#118047'

red 17 ◦ green 128 ◦ blue 71

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

Shades of Salem #118047

Tints of Salem #118047

RGB

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

 GREEN value IS 128 (50.39% from 255) = 59.26%

 BLUE value IS 71 (28.13% from 255) = 32.87%

R = 7.87%
G = 59.26%
B = 32.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#118047 (or 0x118047) is known color: Salem. HEX triplet: 11, 80 and 47. RGB value is (17,128,71). Sum of RGB (Red+Green+Blue) = 17+128+71=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #118047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118047 is #EE7FB8. Grayscale: #585858. Windows color (decimal): -15630265 or 4685841. OLE color: 4685841.

HSL color Cylindrical-coordinate representation of color #118047: hue angle of 149.19º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118047 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 128 71 -
CMYK 0.87 0 0.45 0.50
HSL 149.19º 0.77% 0.28% -
HSV(B) 149.19º 0.87% 0.5% -
XYZ 9.09 16.01 8.57 -
YUV 88.31 118.23 77.13 -
System Red Green Blue C M Y K H S L
Decimal 17 128 71 0.87 0 0.45 0.50 149.19 0.77 0.28
Hex 11 80 47 57 0 2D 32 95 4D 1C
Octal 21 200 107 127 0 55 62 225 115 34
Binary 10001 10000000 1000111 1010111 0 101101 110010 10010101 1001101 11100

Color Harmonies of #118047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118047

Black with #118047

Text Example


Text Example

White with #118047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118047; }

 p { color: rgb(17,128,71); }

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

background-color css

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

 a { background-color: rgb(17,128,71); }

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

border-color css

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

 span { border-color: rgb(17,128,71); }

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