Html Css Color HEX #118558 Salem

📋 copy color: '#118558'

red 17 ◦ green 133 ◦ blue 88

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

Shades of Salem #118558

Tints of Salem #118558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 7.14%
G = 55.88%
B = 36.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#118558 (or 0x118558) is known color: Salem. HEX triplet: 11, 85 and 58. RGB value is (17,133,88). Sum of RGB (Red+Green+Blue) = 17+133+88=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #118558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118558 is #EE7AA7. Grayscale: #5D5D5D. Windows color (decimal): -15628968 or 5801233. OLE color: 5801233.

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

Color convert

RGB 17 133 88 -
CMYK 0.87 0 0.34 0.48
HSL 156.72º 0.77% 0.29% -
HSV(B) 156.72º 0.87% 0.52% -
XYZ 10.38 17.6 12.08 -
YUV 93.19 125.07 73.66 -
System Red Green Blue C M Y K H S L
Decimal 17 133 88 0.87 0 0.34 0.48 156.72 0.77 0.29
Hex 11 85 58 57 0 22 30 9D 4D 1D
Octal 21 205 130 127 0 42 60 235 115 35
Binary 10001 10000101 1011000 1010111 0 100010 110000 10011101 1001101 11101

Color Harmonies of #118558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118558

Black with #118558

Text Example


Text Example

White with #118558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118558; }

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

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

background-color css

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

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

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

border-color css

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

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

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