Html Css Color HEX #118F40 Salem

📋 copy color: '#118F40'

red 17 ◦ green 143 ◦ blue 64

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

Shades of Salem #118F40

Tints of Salem #118F40

RGB

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

 GREEN value IS 143 (56.25% from 255) = 63.84%

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

R = 7.59%
G = 63.84%
B = 28.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#118F40 (or 0x118F40) is known color: Salem. HEX triplet: 11, 8F and 40. RGB value is (17,143,64). Sum of RGB (Red+Green+Blue) = 17+143+64=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 143 (56.25% from 255 or 63.84% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 143 - color contains mainly: green. Hex color #118F40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F40 is #EE70BF. Grayscale: #606060. Windows color (decimal): -15626432 or 4230929. OLE color: 4230929.

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

Color convert

RGB 17 143 64 -
CMYK 0.88 0 0.55 0.44
HSL 142.38º 0.79% 0.31% -
HSV(B) 142.38º 0.88% 0.56% -
XYZ 10.98 20.13 8.16 -
YUV 96.32 109.76 71.42 -
System Red Green Blue C M Y K H S L
Decimal 17 143 64 0.88 0 0.55 0.44 142.38 0.79 0.31
Hex 11 8F 40 58 0 37 2C 8E 4F 1F
Octal 21 217 100 130 0 67 54 216 117 37
Binary 10001 10001111 1000000 1011000 0 110111 101100 10001110 1001111 11111

Color Harmonies of #118F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F40

Black with #118F40

Text Example


Text Example

White with #118F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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