Html Css Color HEX #118158 Salem

📋 copy color: '#118158'

red 17 ◦ green 129 ◦ blue 88

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

Shades of Salem #118158

Tints of Salem #118158

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.13%

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

R = 7.26%
G = 55.13%
B = 37.61%

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

#118158 (or 0x118158) is known color: Salem. HEX triplet: 11, 81 and 58. RGB value is (17,129,88). Sum of RGB (Red+Green+Blue) = 17+129+88=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #118158 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118158 is #EE7EA7. Grayscale: #5A5A5A. Windows color (decimal): -15629992 or 5800209. OLE color: 5800209.

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

Color convert

RGB 17 129 88 -
CMYK 0.87 0 0.32 0.49
HSL 158.04º 0.77% 0.29% -
HSV(B) 158.04º 0.87% 0.51% -
XYZ 9.84 16.52 11.9 -
YUV 90.84 126.39 75.33 -
System Red Green Blue C M Y K H S L
Decimal 17 129 88 0.87 0 0.32 0.49 158.04 0.77 0.29
Hex 11 81 58 57 0 20 31 9E 4D 1D
Octal 21 201 130 127 0 40 61 236 115 35
Binary 10001 10000001 1011000 1010111 0 100000 110001 10011110 1001101 11101

Color Harmonies of #118158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118158

Black with #118158

Text Example


Text Example

White with #118158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118158; }

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

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

background-color css

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

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

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

border-color css

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

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

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