Html Css Color HEX #118F42 Salem

📋 copy color: '#118F42'

red 17 ◦ green 143 ◦ blue 66

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

Shades of Salem #118F42

Tints of Salem #118F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.2%

R = 7.52%
G = 63.27%
B = 29.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#118F42 (or 0x118F42) is known color: Salem. HEX triplet: 11, 8F and 42. RGB value is (17,143,66). Sum of RGB (Red+Green+Blue) = 17+143+66=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 143 (56.25% from 255 or 63.27% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 143 - color contains mainly: green. Hex color #118F42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F42 is #EE70BD. Grayscale: #606060. Windows color (decimal): -15626430 or 4362001. OLE color: 4362001.

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

Color convert

RGB 17 143 66 -
CMYK 0.88 0 0.54 0.44
HSL 143.33º 0.79% 0.31% -
HSV(B) 143.33º 0.88% 0.56% -
XYZ 11.04 20.16 8.46 -
YUV 96.55 110.76 71.26 -
System Red Green Blue C M Y K H S L
Decimal 17 143 66 0.88 0 0.54 0.44 143.33 0.79 0.31
Hex 11 8F 42 58 0 36 2C 8F 4F 1F
Octal 21 217 102 130 0 66 54 217 117 37
Binary 10001 10001111 1000010 1011000 0 110110 101100 10001111 1001111 11111

Color Harmonies of #118F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F42

Black with #118F42

Text Example


Text Example

White with #118F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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