Html Css Color HEX #118149 Salem

📋 copy color: '#118149'

red 17 ◦ green 129 ◦ blue 73

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

Shades of Salem #118149

Tints of Salem #118149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.33%

R = 7.76%
G = 58.9%
B = 33.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#118149 (or 0x118149) is known color: Salem. HEX triplet: 11, 81 and 49. RGB value is (17,129,73). Sum of RGB (Red+Green+Blue) = 17+129+73=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #118149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118149 is #EE7EB6. Grayscale: #595959. Windows color (decimal): -15630007 or 4817169. OLE color: 4817169.

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

Color convert

RGB 17 129 73 -
CMYK 0.87 0 0.43 0.49
HSL 150º 0.77% 0.29% -
HSV(B) 150º 0.87% 0.51% -
XYZ 9.28 16.3 8.96 -
YUV 89.13 118.89 76.55 -
System Red Green Blue C M Y K H S L
Decimal 17 129 73 0.87 0 0.43 0.49 150 0.77 0.29
Hex 11 81 49 57 0 2B 31 96 4D 1D
Octal 21 201 111 127 0 53 61 226 115 35
Binary 10001 10000001 1001001 1010111 0 101011 110001 10010110 1001101 11101

Color Harmonies of #118149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118149

Black with #118149

Text Example


Text Example

White with #118149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118149; }

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

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

background-color css

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

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

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

border-color css

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

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

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