#158F53

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

Shades of Salem #158F53

Tints of Salem #158F53

Color information

#158F53 (or 0x158F53) is unknown color: approx Salem. HEX triplet: 15, 8F and 53. RGB value is (21,143,83). Sum of RGB (Red+Green+Blue) = 21+143+83=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 143 (56.25% from 255 or 57.89% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 143 - color contains mainly: green. Hex color #158F53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158F53 is #EA70AC. Grayscale: #636363. Windows color (decimal): -15364269 or 5476117. OLE color: 5476117.

HSL color Cylindrical-coordinate representation of color #158F53: hue angle of 150.49º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158F53 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB2114383-
CMYK0.8500.420.44
HSL150.49º74.39%32.16%-
HSV(B)150.49º85.31%56.08%-
XYZ11.6920.4311.51-
YUV99.68118.5871.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 143 (56.25% from 255) = 57.89%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=8.50%
G=57.89%
B=33.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21143830.8500.420.44150.4974.3932.16
Hex158F535502A2C964a20
Octal252171231250525422611240
Binary1010110001111101001110101010101010101100100101101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158F53; }

 p { color: rgb(21,143,83); }

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

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

 a { background-color: rgb(21,143,83); }

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

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

 span { border-color: rgb(21,143,83); }

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