Html Css Color HEX #118A42 Salem

📋 copy color: '#118A42'

red 17 ◦ green 138 ◦ blue 66

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

Shades of Salem #118A42

Tints of Salem #118A42

RGB

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

 GREEN value IS 138 (54.3% from 255) = 62.44%

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

R = 7.69%
G = 62.44%
B = 29.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#118A42 (or 0x118A42) is known color: Salem. HEX triplet: 11, 8A and 42. RGB value is (17,138,66). Sum of RGB (Red+Green+Blue) = 17+138+66=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 138 (54.30% from 255 or 62.44% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 138 - color contains mainly: green. Hex color #118A42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A42 is #EE75BD. Grayscale: #5D5D5D. Windows color (decimal): -15627710 or 4360721. OLE color: 4360721.

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

Color convert

RGB 17 138 66 -
CMYK 0.88 0 0.52 0.46
HSL 144.3º 0.78% 0.3% -
HSV(B) 144.3º 0.88% 0.54% -
XYZ 10.3 18.69 8.22 -
YUV 93.61 112.41 73.35 -
System Red Green Blue C M Y K H S L
Decimal 17 138 66 0.88 0 0.52 0.46 144.3 0.78 0.3
Hex 11 8A 42 58 0 34 2E 90 4E 1E
Octal 21 212 102 130 0 64 56 220 116 36
Binary 10001 10001010 1000010 1011000 0 110100 101110 10010000 1001110 11110

Color Harmonies of #118A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A42

Black with #118A42

Text Example


Text Example

White with #118A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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