Html Css Color HEX #118146 Salem

📋 copy color: '#118146'

red 17 ◦ green 129 ◦ blue 70

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

Shades of Salem #118146

Tints of Salem #118146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.41%

R = 7.87%
G = 59.72%
B = 32.41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#118146 (or 0x118146) is known color: Salem. HEX triplet: 11, 81 and 46. RGB value is (17,129,70). Sum of RGB (Red+Green+Blue) = 17+129+70=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #118146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118146 is #EE7EB9. Grayscale: #585858. Windows color (decimal): -15630010 or 4620561. OLE color: 4620561.

HSL color Cylindrical-coordinate representation of color #118146: hue angle of 148.39º 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 #118146 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 129 70 -
CMYK 0.87 0 0.46 0.49
HSL 148.39º 0.77% 0.29% -
HSV(B) 148.39º 0.87% 0.51% -
XYZ 9.19 16.26 8.45 -
YUV 88.79 117.39 76.8 -
System Red Green Blue C M Y K H S L
Decimal 17 129 70 0.87 0 0.46 0.49 148.39 0.77 0.29
Hex 11 81 46 57 0 2E 31 94 4D 1D
Octal 21 201 106 127 0 56 61 224 115 35
Binary 10001 10000001 1000110 1010111 0 101110 110001 10010100 1001101 11101

Color Harmonies of #118146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118146

Black with #118146

Text Example


Text Example

White with #118146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118146; }

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

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

background-color css

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

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

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

border-color css

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

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

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