Html Css Color HEX #118B56 Salem

📋 copy color: '#118B56'

red 17 ◦ green 139 ◦ blue 86

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

Shades of Salem #118B56

Tints of Salem #118B56

RGB

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

 GREEN value IS 139 (54.69% from 255) = 57.44%

 BLUE value IS 86 (33.98% from 255) = 35.54%

R = 7.02%
G = 57.44%
B = 35.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#118B56 (or 0x118B56) is known color: Salem. HEX triplet: 11, 8B and 56. RGB value is (17,139,86). Sum of RGB (Red+Green+Blue) = 17+139+86=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #118B56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118B56 is #EE74A9. Grayscale: #606060. Windows color (decimal): -15627434 or 5671697. OLE color: 5671697.

HSL color Cylindrical-coordinate representation of color #118B56: hue angle of 153.93º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118B56 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 139 86 -
CMYK 0.88 0 0.38 0.45
HSL 153.93º 0.78% 0.31% -
HSV(B) 153.93º 0.88% 0.55% -
XYZ 11.14 19.26 11.93 -
YUV 96.48 122.08 71.31 -
System Red Green Blue C M Y K H S L
Decimal 17 139 86 0.88 0 0.38 0.45 153.93 0.78 0.31
Hex 11 8B 56 58 0 26 2D 9A 4E 1F
Octal 21 213 126 130 0 46 55 232 116 37
Binary 10001 10001011 1010110 1011000 0 100110 101101 10011010 1001110 11111

Color Harmonies of #118B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118B56

Black with #118B56

Text Example


Text Example

White with #118B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,139,86); }

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

background-color css

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

 a { background-color: rgb(17,139,86); }

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

border-color css

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

 span { border-color: rgb(17,139,86); }

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