Html Css Color HEX #118740 Salem

📋 copy color: '#118740'

red 17 ◦ green 135 ◦ blue 64

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

Shades of Salem #118740

Tints of Salem #118740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 62.5%

 BLUE value IS 64 (25.39% from 255) = 29.63%

R = 7.87%
G = 62.5%
B = 29.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#118740 (or 0x118740) is known color: Salem. HEX triplet: 11, 87 and 40. RGB value is (17,135,64). Sum of RGB (Red+Green+Blue) = 17+135+64=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #118740 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118740 is #EE78BF. Grayscale: #5B5B5B. Windows color (decimal): -15628480 or 4228881. OLE color: 4228881.

HSL color Cylindrical-coordinate representation of color #118740: hue angle of 143.9º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118740 is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 135 64 -
CMYK 0.87 0 0.53 0.47
HSL 143.9º 0.78% 0.3% -
HSV(B) 143.9º 0.87% 0.53% -
XYZ 9.82 17.82 7.77 -
YUV 91.62 112.41 74.77 -
System Red Green Blue C M Y K H S L
Decimal 17 135 64 0.87 0 0.53 0.47 143.9 0.78 0.3
Hex 11 87 40 57 0 35 2F 90 4E 1E
Octal 21 207 100 127 0 65 57 220 116 36
Binary 10001 10000111 1000000 1010111 0 110101 101111 10010000 1001110 11110

Color Harmonies of #118740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118740

Black with #118740

Text Example


Text Example

White with #118740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118740; }

 p { color: rgb(17,135,64); }

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

background-color css

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

 a { background-color: rgb(17,135,64); }

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

border-color css

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

 span { border-color: rgb(17,135,64); }

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