#128557

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

Shades of Salem #128557

Tints of Salem #128557

Color information

#128557 (or 0x128557) is unknown color: approx Salem. HEX triplet: 12, 85 and 57. RGB value is (18,133,87). Sum of RGB (Red+Green+Blue) = 18+133+87=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #128557 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128557 is #ED7AA8. Grayscale: #5D5D5D. Windows color (decimal): -15563433 or 5735698. OLE color: 5735698.

HSL color Cylindrical-coordinate representation of color #128557: hue angle of 156º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128557 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1813387-
CMYK0.8600.350.48
HSL156º76.16%29.61%-
HSV(B)156º86.47%52.16%-
XYZ10.3617.5911.87-
YUV93.37124.474.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 133 (52.34% from 255) = 55.88%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=7.56%
G=55.88%
B=36.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18133870.8600.350.4815676.1629.61
Hex12855756023309c4c1e
Octal222051271260436023411436
Binary100101000010110101111010110010001111000010011100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128557; }

 p { color: rgb(18,133,87); }

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

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

 a { background-color: rgb(18,133,87); }

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

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

 span { border-color: rgb(18,133,87); }

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