Html Css Color HEX #118543 Salem

📋 copy color: '#118543'

red 17 ◦ green 133 ◦ blue 67

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

Shades of Salem #118543

Tints of Salem #118543

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.29%

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

R = 7.83%
G = 61.29%
B = 30.88%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#118543 (or 0x118543) is known color: Salem. HEX triplet: 11, 85 and 43. RGB value is (17,133,67). Sum of RGB (Red+Green+Blue) = 17+133+67=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #118543 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118543 is #EE7ABC. Grayscale: #5A5A5A. Windows color (decimal): -15628989 or 4424977. OLE color: 4424977.

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

Color convert

RGB 17 133 67 -
CMYK 0.87 0 0.50 0.48
HSL 145.86º 0.77% 0.29% -
HSV(B) 145.86º 0.87% 0.52% -
XYZ 9.63 17.3 8.14 -
YUV 90.79 114.57 75.37 -
System Red Green Blue C M Y K H S L
Decimal 17 133 67 0.87 0 0.50 0.48 145.86 0.77 0.29
Hex 11 85 43 57 0 32 30 92 4D 1D
Octal 21 205 103 127 0 62 60 222 115 35
Binary 10001 10000101 1000011 1010111 0 110010 110000 10010010 1001101 11101

Color Harmonies of #118543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118543

Black with #118543

Text Example


Text Example

White with #118543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118543; }

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

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

background-color css

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

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

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

border-color css

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

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

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