#118542

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

Shades of Salem #118542

Tints of Salem #118542

Color information

#118542 (or 0x118542) is unknown color: approx Salem. HEX triplet: 11, 85 and 42. RGB value is (17,133,66). Sum of RGB (Red+Green+Blue) = 17+133+66=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #118542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118542 is #EE7ABD. Grayscale: #5A5A5A. Windows color (decimal): -15628990 or 4359441. OLE color: 4359441.

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

Color convert

RGB1713366-
CMYK0.8700.500.48
HSL145.34º77.33%29.41%-
HSV(B)145.34º87.22%52.16%-
XYZ9.617.297.99-
YUV90.68114.0775.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.87%
GREEN value IS 133 (52.34% from 255) = 61.57%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=7.87%
G=61.57%
B=30.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17133660.8700.500.48145.3477.3329.41
Hex1185425703230914d1d
Octal212051021270626022111535
Binary100011000010110000101010111011001011000010010001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118542; }

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

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

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

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

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

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

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

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