#118450

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

Shades of Salem #118450

Tints of Salem #118450

Color information

#118450 (or 0x118450) is unknown color: approx Salem. HEX triplet: 11, 84 and 50. RGB value is (17,132,80). Sum of RGB (Red+Green+Blue) = 17+132+80=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #118450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118450 is #EE7BAF. Grayscale: #5B5B5B. Windows color (decimal): -15629232 or 5276689. OLE color: 5276689.

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

Color convert

RGB1713280-
CMYK0.8700.390.48
HSL152.87º77.18%29.22%-
HSV(B)152.87º87.12%51.76%-
XYZ9.9317.210.39-
YUV91.69121.474.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 132 (51.95% from 255) = 57.64%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=7.42%
G=57.64%
B=34.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17132800.8700.390.48152.8777.1829.22
Hex1184505702730994d1d
Octal212041201270476023111535
Binary100011000010010100001010111010011111000010011001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118450; }

 p { color: rgb(17,132,80); }

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

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

 a { background-color: rgb(17,132,80); }

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

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

 span { border-color: rgb(17,132,80); }

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