Html Css Color HEX #118359 Salem

📋 copy color: '#118359'

red 17 ◦ green 131 ◦ blue 89

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

Shades of Salem #118359

Tints of Salem #118359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.55%

R = 7.17%
G = 55.27%
B = 37.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#118359 (or 0x118359) is known color: Salem. HEX triplet: 11, 83 and 59. RGB value is (17,131,89). Sum of RGB (Red+Green+Blue) = 17+131+89=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #118359 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118359 is #EE7CA6. Grayscale: #5C5C5C. Windows color (decimal): -15629479 or 5866257. OLE color: 5866257.

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

Color convert

RGB 17 131 89 -
CMYK 0.87 0 0.32 0.49
HSL 157.89º 0.77% 0.29% -
HSV(B) 157.89º 0.87% 0.51% -
XYZ 10.15 17.07 12.21 -
YUV 92.13 126.23 74.42 -
System Red Green Blue C M Y K H S L
Decimal 17 131 89 0.87 0 0.32 0.49 157.89 0.77 0.29
Hex 11 83 59 57 0 20 31 9E 4D 1D
Octal 21 203 131 127 0 40 61 236 115 35
Binary 10001 10000011 1011001 1010111 0 100000 110001 10011110 1001101 11101

Color Harmonies of #118359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118359

Black with #118359

Text Example


Text Example

White with #118359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118359; }

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

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

background-color css

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

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

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

border-color css

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

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

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