Html Css Color HEX #118343 Salem

📋 copy color: '#118343'

red 17 ◦ green 131 ◦ blue 67

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

Shades of Salem #118343

Tints of Salem #118343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.16%

R = 7.91%
G = 60.93%
B = 31.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#118343 (or 0x118343) is known color: Salem. HEX triplet: 11, 83 and 43. RGB value is (17,131,67). Sum of RGB (Red+Green+Blue) = 17+131+67=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 131 (51.56% from 255 or 60.93% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 131 - color contains mainly: green. Hex color #118343 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118343 is #EE7CBC. Grayscale: #595959. Windows color (decimal): -15629501 or 4424465. OLE color: 4424465.

HSL color Cylindrical-coordinate representation of color #118343: hue angle of 146.32º 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 #118343 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 131 67 -
CMYK 0.87 0 0.49 0.49
HSL 146.32º 0.77% 0.29% -
HSV(B) 146.32º 0.87% 0.51% -
XYZ 9.36 16.76 8.05 -
YUV 89.62 115.23 76.2 -
System Red Green Blue C M Y K H S L
Decimal 17 131 67 0.87 0 0.49 0.49 146.32 0.77 0.29
Hex 11 83 43 57 0 31 31 92 4D 1D
Octal 21 203 103 127 0 61 61 222 115 35
Binary 10001 10000011 1000011 1010111 0 110001 110001 10010010 1001101 11101

Color Harmonies of #118343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118343

Black with #118343

Text Example


Text Example

White with #118343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118343; }

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

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

background-color css

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

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

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

border-color css

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

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

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