Html Css Color HEX #118247 Salem

📋 copy color: '#118247'

red 17 ◦ green 130 ◦ blue 71

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

Shades of Salem #118247

Tints of Salem #118247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.63%

 BLUE value IS 71 (28.13% from 255) = 32.57%

R = 7.8%
G = 59.63%
B = 32.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#118247 (or 0x118247) is known color: Salem. HEX triplet: 11, 82 and 47. RGB value is (17,130,71). Sum of RGB (Red+Green+Blue) = 17+130+71=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #118247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118247 is #EE7DB8. Grayscale: #595959. Windows color (decimal): -15629753 or 4686353. OLE color: 4686353.

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

Color convert

RGB 17 130 71 -
CMYK 0.87 0 0.45 0.49
HSL 148.67º 0.77% 0.29% -
HSV(B) 148.67º 0.87% 0.51% -
XYZ 9.35 16.54 8.66 -
YUV 89.49 117.56 76.3 -
System Red Green Blue C M Y K H S L
Decimal 17 130 71 0.87 0 0.45 0.49 148.67 0.77 0.29
Hex 11 82 47 57 0 2D 31 95 4D 1D
Octal 21 202 107 127 0 55 61 225 115 35
Binary 10001 10000010 1000111 1010111 0 101101 110001 10010101 1001101 11101

Color Harmonies of #118247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118247

Black with #118247

Text Example


Text Example

White with #118247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118247; }

 p { color: rgb(17,130,71); }

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

background-color css

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

 a { background-color: rgb(17,130,71); }

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

border-color css

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

 span { border-color: rgb(17,130,71); }

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