Html Css Color HEX #118F55 Salem

📋 copy color: '#118F55'

red 17 ◦ green 143 ◦ blue 85

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

Shades of Salem #118F55

Tints of Salem #118F55

RGB

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

 GREEN value IS 143 (56.25% from 255) = 58.37%

 BLUE value IS 85 (33.59% from 255) = 34.69%

R = 6.94%
G = 58.37%
B = 34.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#118F55 (or 0x118F55) is known color: Salem. HEX triplet: 11, 8F and 55. RGB value is (17,143,85). Sum of RGB (Red+Green+Blue) = 17+143+85=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 143 (56.25% from 255 or 58.37% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 143 - color contains mainly: green. Hex color #118F55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118F55 is #EE70AA. Grayscale: #626262. Windows color (decimal): -15626411 or 5607185. OLE color: 5607185.

HSL color Cylindrical-coordinate representation of color #118F55: hue angle of 152.38º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F55 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 143 85 -
CMYK 0.88 0 0.41 0.44
HSL 152.38º 0.79% 0.31% -
HSV(B) 152.38º 0.88% 0.56% -
XYZ 11.69 20.42 11.92 -
YUV 98.71 120.26 69.72 -
System Red Green Blue C M Y K H S L
Decimal 17 143 85 0.88 0 0.41 0.44 152.38 0.79 0.31
Hex 11 8F 55 58 0 29 2C 98 4F 1F
Octal 21 217 125 130 0 51 54 230 117 37
Binary 10001 10001111 1010101 1011000 0 101001 101100 10011000 1001111 11111

Color Harmonies of #118F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F55

Black with #118F55

Text Example


Text Example

White with #118F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118F55; }

 p { color: rgb(17,143,85); }

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

background-color css

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

 a { background-color: rgb(17,143,85); }

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

border-color css

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

 span { border-color: rgb(17,143,85); }

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