Html Css Color HEX #118349 Salem

📋 copy color: '#118349'

red 17 ◦ green 131 ◦ blue 73

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

Shades of Salem #118349

Tints of Salem #118349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 7.69%
G = 59.28%
B = 33.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#118349 (or 0x118349) is known color: Salem. HEX triplet: 11, 83 and 49. RGB value is (17,131,73). Sum of RGB (Red+Green+Blue) = 17+131+73=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #118349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118349 is #EE7CB6. Grayscale: #5A5A5A. Windows color (decimal): -15629495 or 4817681. OLE color: 4817681.

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

Color convert

RGB 17 131 73 -
CMYK 0.87 0 0.44 0.49
HSL 149.47º 0.77% 0.29% -
HSV(B) 149.47º 0.87% 0.51% -
XYZ 9.55 16.83 9.05 -
YUV 90.3 118.23 75.72 -
System Red Green Blue C M Y K H S L
Decimal 17 131 73 0.87 0 0.44 0.49 149.47 0.77 0.29
Hex 11 83 49 57 0 2C 31 95 4D 1D
Octal 21 203 111 127 0 54 61 225 115 35
Binary 10001 10000011 1001001 1010111 0 101100 110001 10010101 1001101 11101

Color Harmonies of #118349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118349

Black with #118349

Text Example


Text Example

White with #118349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118349; }

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

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

background-color css

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

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

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

border-color css

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

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

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