Html Css Color HEX #118357 Salem

📋 copy color: '#118357'

red 17 ◦ green 131 ◦ blue 87

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

Shades of Salem #118357

Tints of Salem #118357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.02%

R = 7.23%
G = 55.74%
B = 37.02%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#118357 (or 0x118357) is known color: Salem. HEX triplet: 11, 83 and 57. RGB value is (17,131,87). Sum of RGB (Red+Green+Blue) = 17+131+87=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #118357 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118357 is #EE7CA8. Grayscale: #5B5B5B. Windows color (decimal): -15629481 or 5735185. OLE color: 5735185.

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

Color convert

RGB 17 131 87 -
CMYK 0.87 0 0.34 0.49
HSL 156.84º 0.77% 0.29% -
HSV(B) 156.84º 0.87% 0.51% -
XYZ 10.07 17.04 11.78 -
YUV 91.9 125.23 74.58 -
System Red Green Blue C M Y K H S L
Decimal 17 131 87 0.87 0 0.34 0.49 156.84 0.77 0.29
Hex 11 83 57 57 0 22 31 9D 4D 1D
Octal 21 203 127 127 0 42 61 235 115 35
Binary 10001 10000011 1010111 1010111 0 100010 110001 10011101 1001101 11101

Color Harmonies of #118357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118357

Black with #118357

Text Example


Text Example

White with #118357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118357; }

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

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

background-color css

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

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

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

border-color css

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

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

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