Html Css Color HEX #118C57 Salem

📋 copy color: '#118C57'

red 17 ◦ green 140 ◦ blue 87

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

Shades of Salem #118C57

Tints of Salem #118C57

RGB

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

 GREEN value IS 140 (55.08% from 255) = 57.38%

 BLUE value IS 87 (34.38% from 255) = 35.66%

R = 6.97%
G = 57.38%
B = 35.66%

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

#118C57 (or 0x118C57) is known color: Salem. HEX triplet: 11, 8C and 57. RGB value is (17,140,87). Sum of RGB (Red+Green+Blue) = 17+140+87=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 140 (55.08% from 255 or 57.38% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 140 - color contains mainly: green. Hex color #118C57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118C57 is #EE73A8. Grayscale: #616161. Windows color (decimal): -15627177 or 5737489. OLE color: 5737489.

HSL color Cylindrical-coordinate representation of color #118C57: hue angle of 154.15º 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 #118C57 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 17 140 87 -
CMYK 0.88 0 0.38 0.45
HSL 154.15º 0.78% 0.31% -
HSV(B) 154.15º 0.88% 0.55% -
XYZ 11.33 19.56 12.2 -
YUV 97.18 122.25 70.81 -
System Red Green Blue C M Y K H S L
Decimal 17 140 87 0.88 0 0.38 0.45 154.15 0.78 0.31
Hex 11 8C 57 58 0 26 2D 9A 4E 1F
Octal 21 214 127 130 0 46 55 232 116 37
Binary 10001 10001100 1010111 1011000 0 100110 101101 10011010 1001110 11111

Color Harmonies of #118C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118C57

Black with #118C57

Text Example


Text Example

White with #118C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,140,87); }

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

background-color css

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

 a { background-color: rgb(17,140,87); }

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

border-color css

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

 span { border-color: rgb(17,140,87); }

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