Html Css Color HEX #118849 Salem

📋 copy color: '#118849'

red 17 ◦ green 136 ◦ blue 73

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

Shades of Salem #118849

Tints of Salem #118849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 60.18%

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

R = 7.52%
G = 60.18%
B = 32.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#118849 (or 0x118849) is known color: Salem. HEX triplet: 11, 88 and 49. RGB value is (17,136,73). Sum of RGB (Red+Green+Blue) = 17+136+73=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #118849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118849 is #EE77B6. Grayscale: #5D5D5D. Windows color (decimal): -15628215 or 4818961. OLE color: 4818961.

HSL color Cylindrical-coordinate representation of color #118849: hue angle of 148.24º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118849 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 136 73 -
CMYK 0.87 0 0.46 0.47
HSL 148.24º 0.78% 0.3% -
HSV(B) 148.24º 0.88% 0.53% -
XYZ 10.24 18.21 9.28 -
YUV 93.24 116.58 73.62 -
System Red Green Blue C M Y K H S L
Decimal 17 136 73 0.87 0 0.46 0.47 148.24 0.78 0.3
Hex 11 88 49 57 0 2E 2F 94 4E 1E
Octal 21 210 111 127 0 56 57 224 116 36
Binary 10001 10001000 1001001 1010111 0 101110 101111 10010100 1001110 11110

Color Harmonies of #118849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118849

Black with #118849

Text Example


Text Example

White with #118849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118849; }

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

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

background-color css

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

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

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

border-color css

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

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

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