Html Css Color HEX #118942 Salem

📋 copy color: '#118942'

red 17 ◦ green 137 ◦ blue 66

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

Shades of Salem #118942

Tints of Salem #118942

RGB

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

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

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

R = 7.73%
G = 62.27%
B = 30%

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

#118942 (or 0x118942) is known color: Salem. HEX triplet: 11, 89 and 42. RGB value is (17,137,66). Sum of RGB (Red+Green+Blue) = 17+137+66=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 137 (53.91% from 255 or 62.27% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 137 - color contains mainly: green. Hex color #118942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118942 is #EE76BD. Grayscale: #5D5D5D. Windows color (decimal): -15627966 or 4360465. OLE color: 4360465.

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

Color convert

RGB 17 137 66 -
CMYK 0.88 0 0.52 0.46
HSL 144.5º 0.78% 0.3% -
HSV(B) 144.5º 0.88% 0.54% -
XYZ 10.16 18.4 8.17 -
YUV 93.03 112.74 73.77 -
System Red Green Blue C M Y K H S L
Decimal 17 137 66 0.88 0 0.52 0.46 144.5 0.78 0.3
Hex 11 89 42 58 0 34 2E 90 4E 1E
Octal 21 211 102 130 0 64 56 220 116 36
Binary 10001 10001001 1000010 1011000 0 110100 101110 10010000 1001110 11110

Color Harmonies of #118942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118942

Black with #118942

Text Example


Text Example

White with #118942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118942; }

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

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

background-color css

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

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

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

border-color css

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

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

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