Html Css Color HEX #118147 Salem

📋 copy color: '#118147'

red 17 ◦ green 129 ◦ blue 71

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

Shades of Salem #118147

Tints of Salem #118147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.45%

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

R = 7.83%
G = 59.45%
B = 32.72%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#118147 (or 0x118147) is known color: Salem. HEX triplet: 11, 81 and 47. RGB value is (17,129,71). Sum of RGB (Red+Green+Blue) = 17+129+71=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #118147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118147 is #EE7EB8. Grayscale: #595959. Windows color (decimal): -15630009 or 4686097. OLE color: 4686097.

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

Color convert

RGB 17 129 71 -
CMYK 0.87 0 0.45 0.49
HSL 148.93º 0.77% 0.29% -
HSV(B) 148.93º 0.87% 0.51% -
XYZ 9.22 16.27 8.62 -
YUV 88.9 117.89 76.72 -
System Red Green Blue C M Y K H S L
Decimal 17 129 71 0.87 0 0.45 0.49 148.93 0.77 0.29
Hex 11 81 47 57 0 2D 31 95 4D 1D
Octal 21 201 107 127 0 55 61 225 115 35
Binary 10001 10000001 1000111 1010111 0 101101 110001 10010101 1001101 11101

Color Harmonies of #118147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118147

Black with #118147

Text Example


Text Example

White with #118147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118147; }

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

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

background-color css

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

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

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

border-color css

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

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

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