Html Css Color HEX #118348 Salem

📋 copy color: '#118348'

red 17 ◦ green 131 ◦ blue 72

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

Shades of Salem #118348

Tints of Salem #118348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.73%

R = 7.73%
G = 59.55%
B = 32.73%

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

#118348 (or 0x118348) is known color: Salem. HEX triplet: 11, 83 and 48. RGB value is (17,131,72). Sum of RGB (Red+Green+Blue) = 17+131+72=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #118348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118348 is #EE7CB7. Grayscale: #5A5A5A. Windows color (decimal): -15629496 or 4752145. OLE color: 4752145.

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

Color convert

RGB 17 131 72 -
CMYK 0.87 0 0.45 0.49
HSL 148.95º 0.77% 0.29% -
HSV(B) 148.95º 0.87% 0.51% -
XYZ 9.52 16.82 8.88 -
YUV 90.19 117.73 75.8 -
System Red Green Blue C M Y K H S L
Decimal 17 131 72 0.87 0 0.45 0.49 148.95 0.77 0.29
Hex 11 83 48 57 0 2D 31 95 4D 1D
Octal 21 203 110 127 0 55 61 225 115 35
Binary 10001 10000011 1001000 1010111 0 101101 110001 10010101 1001101 11101

Color Harmonies of #118348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118348

Black with #118348

Text Example


Text Example

White with #118348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118348; }

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

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

background-color css

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

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

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

border-color css

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

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

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