Html Css Color HEX #118445 Salem

📋 copy color: '#118445'

red 17 ◦ green 132 ◦ blue 69

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

Shades of Salem #118445

Tints of Salem #118445

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.55%

 BLUE value IS 69 (27.34% from 255) = 31.65%

R = 7.8%
G = 60.55%
B = 31.65%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#118445 (or 0x118445) is known color: Salem. HEX triplet: 11, 84 and 45. RGB value is (17,132,69). Sum of RGB (Red+Green+Blue) = 17+132+69=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #118445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118445 is #EE7BBA. Grayscale: #5A5A5A. Windows color (decimal): -15629243 or 4555793. OLE color: 4555793.

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

Color convert

RGB 17 132 69 -
CMYK 0.87 0 0.48 0.48
HSL 147.13º 0.77% 0.29% -
HSV(B) 147.13º 0.87% 0.52% -
XYZ 9.56 17.05 8.42 -
YUV 90.43 115.9 75.62 -
System Red Green Blue C M Y K H S L
Decimal 17 132 69 0.87 0 0.48 0.48 147.13 0.77 0.29
Hex 11 84 45 57 0 30 30 93 4D 1D
Octal 21 204 105 127 0 60 60 223 115 35
Binary 10001 10000100 1000101 1010111 0 110000 110000 10010011 1001101 11101

Color Harmonies of #118445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118445

Black with #118445

Text Example


Text Example

White with #118445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118445; }

 p { color: rgb(17,132,69); }

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

background-color css

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

 a { background-color: rgb(17,132,69); }

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

border-color css

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

 span { border-color: rgb(17,132,69); }

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