Html Css Color HEX #118141 Salem

📋 copy color: '#118141'

red 17 ◦ green 129 ◦ blue 65

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

Shades of Salem #118141

Tints of Salem #118141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 8.06%
G = 61.14%
B = 30.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#118141 (or 0x118141) is known color: Salem. HEX triplet: 11, 81 and 41. RGB value is (17,129,65). Sum of RGB (Red+Green+Blue) = 17+129+65=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #118141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118141 is #EE7EBE. Grayscale: #585858. Windows color (decimal): -15630015 or 4292881. OLE color: 4292881.

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

Color convert

RGB 17 129 65 -
CMYK 0.87 0 0.50 0.49
HSL 145.71º 0.77% 0.29% -
HSV(B) 145.71º 0.87% 0.51% -
XYZ 9.04 16.2 7.65 -
YUV 88.22 114.89 77.2 -
System Red Green Blue C M Y K H S L
Decimal 17 129 65 0.87 0 0.50 0.49 145.71 0.77 0.29
Hex 11 81 41 57 0 32 31 92 4D 1D
Octal 21 201 101 127 0 62 61 222 115 35
Binary 10001 10000001 1000001 1010111 0 110010 110001 10010010 1001101 11101

Color Harmonies of #118141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118141

Black with #118141

Text Example


Text Example

White with #118141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118141; }

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

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

background-color css

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

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

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

border-color css

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

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

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