Html Css Color HEX #118342 Salem

📋 copy color: '#118342'

red 17 ◦ green 131 ◦ blue 66

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

Shades of Salem #118342

Tints of Salem #118342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.21%

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

R = 7.94%
G = 61.21%
B = 30.84%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#118342 (or 0x118342) is known color: Salem. HEX triplet: 11, 83 and 42. RGB value is (17,131,66). Sum of RGB (Red+Green+Blue) = 17+131+66=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 131 (51.56% from 255 or 61.21% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 131 - color contains mainly: green. Hex color #118342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118342 is #EE7CBD. Grayscale: #595959. Windows color (decimal): -15629502 or 4358929. OLE color: 4358929.

HSL color Cylindrical-coordinate representation of color #118342: hue angle of 145.79º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118342 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 131 66 -
CMYK 0.87 0 0.50 0.49
HSL 145.79º 0.77% 0.29% -
HSV(B) 145.79º 0.87% 0.51% -
XYZ 9.33 16.75 7.89 -
YUV 89.5 114.73 76.29 -
System Red Green Blue C M Y K H S L
Decimal 17 131 66 0.87 0 0.50 0.49 145.79 0.77 0.29
Hex 11 83 42 57 0 32 31 92 4D 1D
Octal 21 203 102 127 0 62 61 222 115 35
Binary 10001 10000011 1000010 1010111 0 110010 110001 10010010 1001101 11101

Color Harmonies of #118342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118342

Black with #118342

Text Example


Text Example

White with #118342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118342; }

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

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

background-color css

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

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

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

border-color css

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

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

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