Html Css Color HEX #118959 Salem

📋 copy color: '#118959'

red 17 ◦ green 137 ◦ blue 89

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

Shades of Salem #118959

Tints of Salem #118959

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.38%

 BLUE value IS 89 (35.16% from 255) = 36.63%

R = 7%
G = 56.38%
B = 36.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#118959 (or 0x118959) is known color: Salem. HEX triplet: 11, 89 and 59. RGB value is (17,137,89). Sum of RGB (Red+Green+Blue) = 17+137+89=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #118959 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118959 is #EE76A6. Grayscale: #5F5F5F. Windows color (decimal): -15627943 or 5867793. OLE color: 5867793.

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

Color convert

RGB 17 137 89 -
CMYK 0.88 0 0.35 0.46
HSL 156º 0.78% 0.3% -
HSV(B) 156º 0.88% 0.54% -
XYZ 10.98 18.73 12.49 -
YUV 95.65 124.24 71.9 -
System Red Green Blue C M Y K H S L
Decimal 17 137 89 0.88 0 0.35 0.46 156 0.78 0.3
Hex 11 89 59 58 0 23 2E 9C 4E 1E
Octal 21 211 131 130 0 43 56 234 116 36
Binary 10001 10001001 1011001 1011000 0 100011 101110 10011100 1001110 11110

Color Harmonies of #118959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118959

Black with #118959

Text Example


Text Example

White with #118959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118959; }

 p { color: rgb(17,137,89); }

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

background-color css

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

 a { background-color: rgb(17,137,89); }

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

border-color css

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

 span { border-color: rgb(17,137,89); }

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