#118143

Color #118143 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #118143

Tints of Salem #118143

Color information

#118143 (or 0x118143) is unknown color: approx Salem. HEX triplet: 11, 81 and 43. RGB value is (17,129,67). Sum of RGB (Red+Green+Blue) = 17+129+67=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #118143 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118143 is #EE7EBC. Grayscale: #585858. Windows color (decimal): -15630013 or 4423953. OLE color: 4423953.

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

Color convert

RGB1712967-
CMYK0.8700.480.49
HSL146.79º76.71%28.63%-
HSV(B)146.79º86.82%50.59%-
XYZ9.0916.227.96-
YUV88.44115.8977.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 129 (50.78% from 255) = 60.56%
BLUE value IS 67 (26.56% from 255) = 31.46%
R=7.98%
G=60.56%
B=31.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17129670.8700.480.49146.7976.7128.63
Hex1181435703031934d1d
Octal212011031270606122311535
Binary100011000000110000111010111011000011000110010011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118143; }

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

 H1.HeaderClassName
 {
   color: #118143;
 }
 .AnyTagClassName
 {
   color: #118143;
 }
</style>
background-color css

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

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

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

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

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

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