Html Css Color HEX #118941 Salem

📋 copy color: '#118941'

red 17 ◦ green 137 ◦ blue 65

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

Shades of Salem #118941

Tints of Salem #118941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.68%

R = 7.76%
G = 62.56%
B = 29.68%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#118941 (or 0x118941) is known color: Salem. HEX triplet: 11, 89 and 41. RGB value is (17,137,65). Sum of RGB (Red+Green+Blue) = 17+137+65=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 137 (53.91% from 255 or 62.56% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 137 - color contains mainly: green. Hex color #118941 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118941 is #EE76BE. Grayscale: #5D5D5D. Windows color (decimal): -15627967 or 4294929. OLE color: 4294929.

HSL color Cylindrical-coordinate representation of color #118941: hue angle of 144º 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 #118941 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 65 -
CMYK 0.88 0 0.53 0.46
HSL 144º 0.78% 0.3% -
HSV(B) 144º 0.88% 0.54% -
XYZ 10.13 18.39 8.02 -
YUV 92.91 112.24 73.85 -
System Red Green Blue C M Y K H S L
Decimal 17 137 65 0.88 0 0.53 0.46 144 0.78 0.3
Hex 11 89 41 58 0 35 2E 90 4E 1E
Octal 21 211 101 130 0 65 56 220 116 36
Binary 10001 10001001 1000001 1011000 0 110101 101110 10010000 1001110 11110

Color Harmonies of #118941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118941

Black with #118941

Text Example


Text Example

White with #118941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118941; }

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

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

background-color css

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

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

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

border-color css

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

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

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